Changeset 135 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
06/16/05 18:13:33 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r130 r135  
    3232 
    3333        /**  
    34                 Generates objects and places it on the terrain 
     34                Generates objects and places it on the terrain. 
    3535        */ 
    3636        SceneNode *GenerateSceneObject(const Vector3 &position,  
    37                 const Vector3 &rotation, const String &objName, const bool clampToTerrain = true); 
     37                const Vector3 &rotation, const String &objName); 
     38        /**  
     39                Generates objects and optionally places it on the terrain. 
     40                @param clampToTerrain if true, scene object is clamped to the terrain 
     41        */ 
     42        SceneNode *GenerateSceneObject(const Vector3 &position,  
     43                const Vector3 &rotation, const String &objName, const bool clampToTerrain); 
    3844         
    3945        /** offset which is added to objects when put into the terrain */ 
Note: See TracChangeset for help on using the changeset viewer.