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/src/OgreOctree.cpp

    r160 r193  
    3636#include <OgreOctree.h> 
    3737#include <OgreOctreeNode.h> 
    38 #include <OgreLogManager.h> 
    3938 
    4039namespace Ogre 
     
    174173    if(mWireBoundingBox == 0) 
    175174        mWireBoundingBox = new WireBoundingBox(); 
    176  
    177         //mWireBoundingBox->setupBoundingBox(mBox); 
     175#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    178176        mWireBoundingBox->setupBoundingBox(mWorldAABB); 
     177#else 
     178        mWireBoundingBox->setupBoundingBox(mBox); 
     179#endif   
    179180 
    180181    return mWireBoundingBox; 
Note: See TracChangeset for help on using the changeset viewer.