Add ModelLoader (not tested) add TheChef for cooking

This commit is contained in:
2026-01-13 17:25:18 +01:00
parent 0bfc5e0705
commit 87dcbb50ec
8 changed files with 447 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ void LightKeeper::customInit() {
meshComp->SetMeshID(testMeshID);
meshComp->SetMaterialID(testMaterialID);
testCube->AddComponent<Rotator>(10, 5);
// testCube->AddComponent<Rotator>(10, 5);
scene.Add(testCube);