- Timestamp:
- 12/18/08 14:56:30 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgocclusionquery/osgocclusionquery.cpp
r7889 r9395 636 636 osg::ref_ptr<osg::Geode> tris = new osg::Geode; 637 637 638 osg::StateSet* state = tris->getOrCreateStateSet();639 638 osg::StateSet* ss = tris->getOrCreateStateSet(); 639 640 640 // Force wireframe. Many gfx cards handle this poorly. 641 641 osg::PolygonMode* pm = new osg::PolygonMode(
