Merge pull request #15 from mephi1984/pavel

updated room mesh
This commit is contained in:
Pavel Makarov 2025-03-02 14:50:38 +06:00 committed by GitHub
commit fa520b5df8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4835 additions and 1 deletions

View File

@ -27,9 +27,10 @@ void GameObjectManager::initialize() {
testObjMeshMutable.data = testObjMesh;
testObjMeshMutable.RefreshVBO();
textMesh = ZL::LoadFromTextFile("./mesh001.txt"); // Add ZL:: namespace
textMesh = ZL::LoadFromTextFile("./mesh_first_room.txt"); // Add ZL:: namespace
coneMesh = ZL::LoadFromTextFile("./cone001.txt"); // Add ZL:: namespace
coneMesh.Scale(200);
textMesh.Scale(20);
textMeshMutable.AssignFrom(textMesh);
textMeshMutable.RefreshVBO();

4833
mesh_first_room.txt Normal file

File diff suppressed because it is too large Load Diff