- Timestamp:
- 01/25/07 13:02:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmotionblur/osgmotionblur.cpp
r5968 r6051 27 27 virtual void operator () (osg::GraphicsContext* gc) 28 28 { 29 double t = gc->getState()->getFrameStamp()->get ReferenceTime();29 double t = gc->getState()->getFrameStamp()->getSimulationTime(); 30 30 31 31 if (!cleared_)
