- Jun 25, 2021
-
-
Trevor Hollmann authored
-
Trevor Hollmann authored
For the same reasons as with the attributes, see a few commits prior for more info.
-
- Jun 22, 2021
-
-
Trevor Hollmann authored
The loadScene function has grown out of proportion and needs to be refactored. As a first step, the parsing of vertex attributes has been encapsulated into its own function. This commit also adds the remaining PrimitiveTypes of vertex groups.
-
Trevor Hollmann authored
The name "print_what" is not self-explanatory...
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
- Jun 21, 2021
-
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
- Jun 16, 2021
-
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Mara Vogt authored
deleted load_mesh function added documentation
-
Susanne Dötsch authored
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
Susanne Dötsch authored
Also added some test files
-
Trevor Hollmann authored
-
Mara Vogt authored
improved computeModelMatrix
-
- Jun 15, 2021
- Jun 13, 2021
-
-
Mara Vogt authored
-
- Jun 12, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
- Jun 08, 2021
-
-
Trevor Hollmann authored
-
- Jun 06, 2021
-
-
Mara Vogt authored
materials can now be loaded
-
Trevor Hollmann authored
At the same time make use of the new UNDEFINED value for error detection.
-
- Jun 05, 2021
-
-
Mara Vogt authored
materials are not yet included, textures are still necessary for rendering gltf with 3 meshes as test file (Szene.gltf)
-
- Jun 04, 2021
-
-
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
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.
-
- May 30, 2021
-
-
Alexander Gauggel authored
-
- May 28, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
-
Trevor Hollmann authored
-
Trevor Hollmann authored
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Trevor Hollmann authored
-
- May 27, 2021
-
-
Trevor Hollmann authored
-