- Timestamp:
- 10/09/06 22:38:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreBvHierarchySceneManager.cpp
r1320 r1593 1307 1307 { 1308 1308 OgreMeshInstance *omi = static_cast<OgreMeshInstance *>(*it); 1309 Entity *ent = omi->Get Mesh();1309 Entity *ent = omi->GetEntity(); 1310 1310 1311 1311 ent->setVisible(visible); … … 1354 1354 1355 1355 OgreMeshInstance *omi = dynamic_cast<OgreMeshInstance *>((*oit).first); 1356 omi->Get Mesh()->setVisible(load);1356 omi->GetEntity()->setVisible(load); 1357 1357 //GtpVisibilityPreprocessor::Debug << "assigned id " << omi->GetId() << endl; 1358 1358 }
Note: See TracChangeset
for help on using the changeset viewer.