- Jun 26, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
Alexander Gauggel authored
-
Alexander Gauggel authored
-
- Jun 25, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 20, 2021
-
-
Alexander Gauggel 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
-
Trevor Hollmann authored
-
Trevor Hollmann authored
See discussion in merge request !19
-
- May 25, 2021
-
-
Mara Vogt authored
Changes according to comments in the issue, mainly in .cpp Changed enum to match fx-gltf in .hpp
-
- May 24, 2021
-
-
Mara Vogt authored
a very basic implementation of a small asset loader using the fx-gltf library a few bugs still remain and are marked with comments
-