This commit is contained in:
2025-06-16 01:49:08 +03:00
parent a1f1e09af6
commit 82df3bb299
13 changed files with 562 additions and 41 deletions

View File

@@ -59,7 +59,7 @@ public:
terrainGroup->defineTerrain(x, y, heightMap);
OGRE_FREE(heightMap, MEMCATEGORY_GEOMETRY);
#endif
terrainGroup->defineTerrain(x, y, -0.2f);
terrainGroup->defineTerrain(x, y, -10.0f);
}
};