Changeset 2069 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 01/31/07 18:11:51 (18 years ago)
- 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 _Plat FormBoundingBoxConverter_H__2 #define _Plat FormBoundingBoxConverter_H__1 #ifndef _PlatformBoundingBoxConverter_H__ 2 #define _PlatformBoundingBoxConverter_H__ 3 3 4 4 #include "OgreAxisAlignedBox.h" … … 173 173 174 174 #define ENLARGE_OBJECT_BBOX 0 175 #define ENLRAGE_NODE_BBOX 0 175 #define ENLRAGE_NODE_BBOX 0 176 176 177 template<typename T> 177 178 void PlatFormBoundingBoxConverter<T>::FindIntersectingObjects(const AxisAlignedBox &box, … … 195 196 mSceneMgr->findNodesIn(box, sceneNodeList, NULL); 196 197 198 list<SceneNode *>::const_iterator sit, sit_end = sceneNodeList.end(); 199 197 200 GtpVisibilityPreprocessor::AxisAlignedBox3 nodeBox = 198 201 OgreTypeConverter::ConvertFromOgre(box); … … 215 218 216 219 // get the bounding box of the objects 217 #if ENLARGE_OBJECT_BBOX )220 #if ENLARGE_OBJECT_BBOX 218 221 // compare with enlarged entitiy box 219 222 const AxisAlignedBox bbox = EnlargeBox(mo->getWorldBoundingBox()); -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreMeshInstance.h
r2066 r2069 1 #ifndef _O greMeshIntance_H__2 #define _O greMeshIntance_H__1 #ifndef _OGREMESHINTANCE_H__ 2 #define _OGREMESHINTANCE_H__ 3 3 4 4 #include <OgreEntity.h> … … 10 10 Wrapper for Ogre object intances for use with the preprocessed view cells. 11 11 */ 12 #if 012 #if 1 13 13 class __declspec(dllexport) OgreMeshInstance: public GtpVisibilityPreprocessor::Intersectable 14 14 {
Note: See TracChangeset
for help on using the changeset viewer.