Changeset 183 for trunk/VUT/Ogre/src


Ignore:
Timestamp:
07/19/05 17:39:30 (19 years ago)
Author:
mattausch
Message:

added iv-reader library, testing code, and resources

File:
1 edited

Legend:

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

    r175 r183  
    9898        ro.srcRenderable = solidBox; 
    9999        mRenderSystem->_render(ro); 
    100  
    101         // Render two halfes of the bounding box (using triangle fans) 
    102         /*for(int halfIdx = 0; halfIdx < 2; ++halfIdx) 
    103         { 
    104                 solidBox->SetupBoundingBoxVertices(*box, halfIdx == 1); 
    105                                  
    106                 solidBox->getRenderOperation(ro); 
    107                 ro.srcRenderable = solidBox; 
    108                 mRenderSystem->_render(ro); 
    109         }*/ 
    110100} 
    111101//----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.