Changeset 166 for trunk/VUT/Ogre/src
- Timestamp:
- 07/11/05 17:47:47 (19 years ago)
- Location:
- trunk/VUT/Ogre/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/src/OgreItemBufferQueryManager.cpp
r164 r166 83 83 id += buf[idx + 2]; 84 84 85 std::stringstream d; d << "myid: " << (int)buf[idx] << " " << (int)buf[idx + 1] << " " << (int)buf[idx + 2];86 LogManager::getSingleton().logMessage(d.str());85 //std::stringstream d; d << "myid: " << (int)buf[idx] << " " << (int)buf[idx + 1] << " " << (int)buf[idx + 2]; 86 //LogManager::getSingleton().logMessage(d.str()); 87 87 88 88 // if valid id <= add visibility (id values start at 1) … … 157 157 158 158 subEnt->setId(id); 159 subEnt->setId((41 << 16) + (4 << 8) + 60);159 //subEnt->setId((41 << 16) + (4 << 8) + 60); 160 160 //subEnt->setId((2 << 16) + (4 << 8) + 60); 161 161 } -
trunk/VUT/Ogre/src/OgreVisibilityTerrainSceneManager.cpp
r164 r166 752 752 { 753 753 ent->getSubEntity(i)->setId(mCurrentEntityId); 754 ent->getSubEntity(i)->setId((41 << 16) + (4 << 8) + 60);754 //ent->getSubEntity(i)->setId((41 << 16) + (4 << 8) + 60); 755 755 //ent->getSubEntity(i)->setId((2 << 16) + (4 << 8) + 60); 756 756 }
Note: See TracChangeset
for help on using the changeset viewer.