Commits on Source (43)
-
Trevor Hollmann authored
This commit only defines the structs and makes sure that the construction is still valid, but does not implement the usage of the new structs.
-
Trevor Hollmann authored
-
Trevor Hollmann authored
The implementation in asset_loader.cpp is still a hack, as is the usage in main.cpp, but the hack is now using the textures array of the mesh and the struct could be cleaned up to get rid of the hack in the modules interface.
-
Trevor Hollmann authored
-
Trevor Hollmann authored
This commit has breaking changes to the API header of the asset_loader, meaning things will not compile until the implementation in asset_loader.cpp is adjusted.
-
Susanne Dötsch authored
gltf fuer Szene zum testen hinzugefuegt
-
Mara Vogt authored
materials are not yet included, textures are still necessary for rendering gltf with 3 meshes as test file (Szene.gltf)
-
Trevor Hollmann authored
As requested by @tfrish in mattermost. That's only the additions in lines 16..24. The rest of the changes are a clean-up of spaces and tabs.
-
Trevor Hollmann authored
-
Trevor Hollmann authored
At the same time make use of the new UNDEFINED value for error detection.
-
Trevor Hollmann authored
-
Mara Vogt authored
materials can now be loaded
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
Mara Vogt authored
-
Mara Vogt authored
the application does not work as inteded yet, it is currently being debugged
-
Alexander Gauggel authored
-
Mara Vogt authored
-
Mara Vogt authored
correction in matrix conversion
-
Mara Vogt authored
improved computeModelMatrix
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
Susanne Dötsch authored
Also added some test files
-
Susanne Dötsch authored
Merge branch '63-laden-mehrer-meshes-mit-materials-und-textures' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 63-laden-mehrer-meshes-mit-materials-und-textures
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Susanne Dötsch authored
-
Susanne Dötsch authored
-
Susanne Dötsch authored
-
Mara Vogt authored
deleted load_mesh function added documentation
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Merge branch '63-laden-mehrer-meshes-mit-materials-und-textures' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 63-laden-mehrer-meshes-mit-materials-und-textures
-
Alexander Gauggel authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Merge branch '63-laden-mehrer-meshes-mit-materials-und-textures' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 63-laden-mehrer-meshes-mit-materials-und-textures
-
Tobias Frisch authored
Resolve "Laden mehrer Meshes mit Materials und Textures" Closes #63 See merge request !51
Showing
- include/vkcv/VertexLayout.hpp 1 addition, 1 deletioninclude/vkcv/VertexLayout.hpp
- modules/asset_loader/include/vkcv/asset/asset_loader.hpp 104 additions, 35 deletionsmodules/asset_loader/include/vkcv/asset/asset_loader.hpp
- modules/asset_loader/src/vkcv/asset/asset_loader.cpp 308 additions, 149 deletionsmodules/asset_loader/src/vkcv/asset/asset_loader.cpp
- projects/CMakeLists.txt 1 addition, 0 deletionsprojects/CMakeLists.txt
- projects/cmd_sync_test/src/main.cpp 7 additions, 4 deletionsprojects/cmd_sync_test/src/main.cpp
- projects/first_mesh/resources/Szene/Szene.bin 3 additions, 0 deletionsprojects/first_mesh/resources/Szene/Szene.bin
- projects/first_mesh/resources/Szene/Szene.gltf 3 additions, 0 deletionsprojects/first_mesh/resources/Szene/Szene.gltf
- projects/first_mesh/resources/Szene/boards2_vcyc.jpg 3 additions, 0 deletionsprojects/first_mesh/resources/Szene/boards2_vcyc.jpg
- projects/first_mesh/resources/Szene/boards2_vcyc_jpg.jpg 3 additions, 0 deletionsprojects/first_mesh/resources/Szene/boards2_vcyc_jpg.jpg
- projects/first_mesh/src/main.cpp 10 additions, 8 deletionsprojects/first_mesh/src/main.cpp
- projects/first_scene/.gitignore 1 addition, 0 deletionsprojects/first_scene/.gitignore
- projects/first_scene/CMakeLists.txt 28 additions, 0 deletionsprojects/first_scene/CMakeLists.txt
- projects/first_scene/resources/Cutlery/Cutlery_chrome_BaseColor.png 3 additions, 0 deletions...irst_scene/resources/Cutlery/Cutlery_chrome_BaseColor.png
- projects/first_scene/resources/Cutlery/Cutlery_chrome_Normal.png 3 additions, 0 deletions...s/first_scene/resources/Cutlery/Cutlery_chrome_Normal.png
- projects/first_scene/resources/Cutlery/Cutlery_details_BaseColor.png 3 additions, 0 deletions...rst_scene/resources/Cutlery/Cutlery_details_BaseColor.png
- projects/first_scene/resources/Cutlery/Cutlery_details_Normal.png 3 additions, 0 deletions.../first_scene/resources/Cutlery/Cutlery_details_Normal.png
- projects/first_scene/resources/Cutlery/Paris_LiquorBottle_01_Caps_BaseColor.png 3 additions, 0 deletions...esources/Cutlery/Paris_LiquorBottle_01_Caps_BaseColor.png
- projects/first_scene/resources/Cutlery/Paris_LiquorBottle_01_Caps_Normal.png 3 additions, 0 deletions...e/resources/Cutlery/Paris_LiquorBottle_01_Caps_Normal.png
- projects/first_scene/resources/Cutlery/Paris_LiquorBottle_01_Glass_Wine_BaseColor.png 3 additions, 0 deletions...es/Cutlery/Paris_LiquorBottle_01_Glass_Wine_BaseColor.png
- projects/first_scene/resources/Cutlery/Paris_LiquorBottle_01_Glass_Wine_Normal.png 3 additions, 0 deletions...urces/Cutlery/Paris_LiquorBottle_01_Glass_Wine_Normal.png
File added
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
132 B
132 B
projects/first_scene/.gitignore
0 → 100644
projects/first_scene/CMakeLists.txt
0 → 100644
128 B
132 B
128 B
131 B
131 B
132 B
128 B
127 B