Add basic loader for gltf

Added loading of avocado. Something is still wrong though,
becaus I cannot see the seed. But basic functionality is there.
This commit is contained in:
Piotr Krygier
2026-03-19 21:00:39 +01:00
parent 984a56a8e8
commit 99fb36d9fd
14 changed files with 186 additions and 32 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "red_scarf_engine.h"
#include "utilities/commons.h"
#include "utilities/errors_common.h"
#include "graphics/src/mesh_controller.h"
int main(int argc, char** argv)
{