- Timestamp:
- 09/13/07 12:21:47 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgdepthpeeling/osgdepthpeeling.cpp
r7346 r7411 314 314 while(!viewer.done()) 315 315 { 316 osg::Timer_tcurrent_tick = osg::Timer::instance()->tick();316 current_tick = osg::Timer::instance()->tick(); 317 317 318 318 *fps = 1.0/osg::Timer::instance()->delta_s(previous_tick,current_tick);
