Changeset 1146 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE
- Timestamp:
- 07/24/06 17:17:18 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r1004 r1146 1055 1055 if (!(*oit).first) continue; 1056 1056 1057 OgreMeshInstance *omi = dynamic_cast<OgreMeshInstance *>((*oit).first);1057 OgreMeshInstance *omi = dynamic_cast<OgreMeshInstance *>((*oit).first); 1058 1058 omi->GetMesh()->setVisible(load); 1059 1059 //GtpVisibilityPreprocessor::Debug << "assigned id " << omi->GetId() << endl; -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreSolidHalfBoundingBox.cpp
r117 r1146 41 41 // 0+------+4 *---x 42 42 43 // fan 144 if (isFirstHalf) 43 44 if (isFirstHalf) // fan 1 45 45 { 46 46 *pPos++ = min.x; *pPos++ = max.y; *pPos++ = max.z; //011 … … 54 54 *pPos++ = min.x; *pPos++ = min.y; *pPos++ = max.z; //001 55 55 } 56 else 57 // fan 2 56 else // fan 2 58 57 { 59 58 *pPos++ = max.x; *pPos++ = min.y; *pPos++ = min.z; //100
Note: See TracChangeset
for help on using the changeset viewer.