Changeset 110 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
05/24/05 07:21:00 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgreTerrainContentGenerator.h

    r107 r110  
    3737                const Vector3 &rotation, const String &objName); 
    3838         
    39         /** maximum height where objects can be put 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); 
    4141         
    4242        RayQueryExecutor *GetRayQueryExecutor(); 
     
    4444protected: 
    4545        RayQueryExecutor *mRayQueryExecutor; 
    46         //Real mMaxHeight; 
     46        Real mOffset; 
    4747}; 
    4848 
Note: See TracChangeset for help on using the changeset viewer.