Changeset 110 for trunk/VUT/Ogre/include
- Timestamp:
- 05/24/05 07:21:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgreTerrainContentGenerator.h
r107 r110 37 37 const Vector3 &rotation, const String &objName); 38 38 39 /** maximum height where objects can beput into the terrain */40 //void SetMaxHeight(Real maxHeight);39 /** offset which is added to objects when put into the terrain */ 40 void SetOffset(Real offset); 41 41 42 42 RayQueryExecutor *GetRayQueryExecutor(); … … 44 44 protected: 45 45 RayQueryExecutor *mRayQueryExecutor; 46 //Real mMaxHeight;46 Real mOffset; 47 47 }; 48 48
Note: See TracChangeset
for help on using the changeset viewer.