- Timestamp:
- 05/04/05 17:58:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/TestCullingTerrain/TerrainContentGenerator.cpp
r84 r85 53 53 { 54 54 mMinPos = Vector3(0.0f, 5000.0f, 0.0f); 55 mMaxPos = Vector3( 1000.0f, 5000.0f, 1000.0f);55 mMaxPos = Vector3(3000.0f, 5000.0f, 3000.0f); 56 56 57 57 mMinAngle = Vector3(0.0f, 0.0f, 0.0f); … … 87 87 mMaxHeight = maxHeight; 88 88 } 89 //-----------------------------------------------------------------------90 int TerrainContentGenerator::GetObjectCount()91 {92 return mCount;93 }94 89 95 90 } // namespace Ogre
Note: See TracChangeset
for help on using the changeset viewer.