This commit is contained in:
Asuro
2025-03-07 00:37:44 +01:00
parent 467a4a0491
commit 96a122f932
17 changed files with 944 additions and 16 deletions

View File

@@ -205,7 +205,7 @@ namespace Game
// Cubes.Render(models, materials);
Tests.Render(models, materials);
// PuzzleTiles.Render(models, materials);
PuzzleTiles.Render(models, materials);
UIQuads.Render(models, materials);
}
@@ -271,7 +271,7 @@ namespace Game
UIQuadEntity& quad = level.UIQuads.Get(UIPlacedCards[cardI]);
quad.EData.MaterialHandle = 0;
quad.EData.ModelHandle = GameRendering::Get().GetModelHandleFromPath("models/cube.glb");
quad.EData.ModelHandle = GameRendering::Get().GetModelHandleFromPath("models/plane.glb");
}
}