- Timestamp:
- 02/17/07 22:48:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreBvHierarchySceneManager.cpp
r2115 r2123 1354 1354 while (pit.HasMoreEntries()) 1355 1355 { 1356 GtpVisibilityPreprocessor:: ObjectPvsEntryentry = pit.Next();1357 1358 if (entry .mObject)1359 { 1360 OgreMeshInstance *omi = static_cast<OgreMeshInstance *>(entry .mObject);1356 GtpVisibilityPreprocessor::Intersectable *entry = pit.Next(); 1357 1358 if (entry) 1359 { 1360 OgreMeshInstance *omi = static_cast<OgreMeshInstance *>(entry); 1361 1361 omi->GetEntity()->setVisible(load); 1362 1362 }
Note: See TracChangeset
for help on using the changeset viewer.