Changeset 8414 for OpenSceneGraph/trunk/examples/osgkdtree/osgkdtree.cpp
- Timestamp:
- 06/06/08 12:51:23 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgkdtree/osgkdtree.cpp
r8411 r8414 33 33 #include <osgUtil/IntersectionVisitor> 34 34 #include <osgUtil/LineSegmentIntersector> 35 #include <osgUtil/UpdateVisitor> 35 36 36 37 #include <osgSim/LineOfSight> … … 486 487 487 488 489 osgUtil::UpdateVisitor updateVisitor; 490 scene->accept(updateVisitor); 491 492 488 493 osg::Timer_t start = osg::Timer::instance()->tick(); 489 494
