Ignore:
Timestamp:
01/04/09 16:06:56 (15 years ago)
Author:
mattausch
Message:

pvs seems to work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.cpp

    r3244 r3245  
    12951295        if (!useTightBounds) 
    12961296        { 
     1297#if 1 
    12971298                RenderBoxForViz(node->GetBox()); 
    1298                 /*glPolygonMode(GL_FRONT, GL_LINE); 
     1299#else 
     1300                glPolygonMode(GL_FRONT, GL_LINE); 
    12991301                RenderBoundingBoxImmediate(node->GetBox()); 
    1300                 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);*/ 
     1302                glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); 
     1303#endif 
    13011304        } 
    13021305        else 
Note: See TracChangeset for help on using the changeset viewer.