Ignore:
Timestamp:
07/06/05 08:12:29 (19 years ago)
Author:
mattausch
Message:

interface for node exact visibility and item buffer (broken)

File:
1 edited

Legend:

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

    r156 r157  
    611611        col[1] = (rend->getId() >> 8) & 255; 
    612612        col[2] = rend->getId() & 255; 
    613         col[3] = 255; 
     613//      col[3] = 255; 
    614614 
    615615        //mDestRenderSystem->setColour(col[0], col[1], col[2], col[3]); 
Note: See TracChangeset for help on using the changeset viewer.