Ignore:
Timestamp:
01/31/07 18:11:51 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h

    r2066 r2069  
    1 #ifndef _PlatFormBoundingBoxConverter_H__ 
    2 #define _PlatFormBoundingBoxConverter_H__ 
     1#ifndef _PlatformBoundingBoxConverter_H__ 
     2#define _PlatformBoundingBoxConverter_H__ 
    33  
    44#include "OgreAxisAlignedBox.h" 
     
    173173 
    174174#define ENLARGE_OBJECT_BBOX 0 
    175 #define ENLRAGE_NODE_BBOX 0  
     175#define ENLRAGE_NODE_BBOX 0 
     176 
    176177template<typename T> 
    177178void PlatFormBoundingBoxConverter<T>::FindIntersectingObjects(const AxisAlignedBox &box, 
     
    195196        mSceneMgr->findNodesIn(box, sceneNodeList, NULL); 
    196197 
     198        list<SceneNode *>::const_iterator sit, sit_end = sceneNodeList.end(); 
     199 
    197200        GtpVisibilityPreprocessor::AxisAlignedBox3 nodeBox =  
    198201                OgreTypeConverter::ConvertFromOgre(box); 
     
    215218                         
    216219                        // get the bounding box of the objects 
    217 #if ENLARGE_OBJECT_BBOX) 
     220#if ENLARGE_OBJECT_BBOX 
    218221                        // compare with enlarged entitiy box 
    219222                        const AxisAlignedBox bbox = EnlargeBox(mo->getWorldBoundingBox()); 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreMeshInstance.h

    r2066 r2069  
    1 #ifndef _OgreMeshIntance_H__ 
    2 #define _OgreMeshIntance_H__ 
     1#ifndef _OGREMESHINTANCE_H__ 
     2#define _OGREMESHINTANCE_H__ 
    33 
    44#include <OgreEntity.h> 
     
    1010        Wrapper for Ogre object intances for use with the preprocessed view cells. 
    1111*/ 
    12 #if 0 
     12#if 1 
    1313class __declspec(dllexport) OgreMeshInstance: public GtpVisibilityPreprocessor::Intersectable 
    1414{ 
Note: See TracChangeset for help on using the changeset viewer.