- Timestamp:
- 06/03/10 16:14:40 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultiviewpaging/osgmultiviewpaging.cpp
r10829 r11573 55 55 osgDB::DatabasePager::updateSceneGraph(frameStamp); 56 56 double d = osg::Timer::instance()->delta_m(start, osg::Timer::instance()->tick()); 57 std::cout << "DatabasePager update took " << d << " ms. Length of active nodes = " << _activePagedLODList .size() << std::endl;57 std::cout << "DatabasePager update took " << d << " ms. Length of active nodes = " << _activePagedLODList->size() << std::endl; 58 58 } 59 59 }
