Changeset 166 for trunk/VUT/Ogre


Ignore:
Timestamp:
07/11/05 17:47:47 (19 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/Ogre/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/src/OgreItemBufferQueryManager.cpp

    r164 r166  
    8383                id += buf[idx + 2]; 
    8484 
    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()); 
    8787 
    8888                // if valid id <= add visibility (id values start at 1) 
     
    157157                                 
    158158                        subEnt->setId(id); 
    159                         subEnt->setId((41 << 16) + (4 << 8) + 60); 
     159                        //subEnt->setId((41 << 16) + (4 << 8) + 60); 
    160160                        //subEnt->setId((2 << 16) + (4 << 8) + 60); 
    161161                } 
  • trunk/VUT/Ogre/src/OgreVisibilityTerrainSceneManager.cpp

    r164 r166  
    752752        { 
    753753                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); 
    755755                //ent->getSubEntity(i)->setId((2 << 16) + (4 << 8) + 60); 
    756756        } 
Note: See TracChangeset for help on using the changeset viewer.