Ignore:
Timestamp:
08/03/05 14:12:41 (19 years ago)
Author:
mattausch
Message:

changed to ogre 103
added readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/ogre_changes/Plugins/OctreeSceneManager/include/OgreOctreeNode.h

    r187 r193  
    4747* 
    4848*/ 
    49  
     49#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    5050class _OgreTerrainExport OctreeNode : public SceneNode 
     51#else 
     52class OctreeNode : public SceneNode 
     53#endif // GTP_VISIBILITY_MODIFIED_OGRE 
    5154{ 
    5255public: 
     
    104107    }; 
    105108 
     109 
     110 
    106111#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    107112        /// scale for node visualization 
Note: See TracChangeset for help on using the changeset viewer.