Experimentation with new timing code.

This commit is contained in:
Robert Osfield
2004-09-30 19:36:15 +00:00
parent 3363d35ee6
commit 935f2a62e5
3 changed files with 53 additions and 5 deletions

View File

@@ -105,6 +105,7 @@ class OSGPRODUCER_EXPORT OsgSceneHandler : public Producer::Camera::SceneHandler
osg::ref_ptr<Callback> _drawCallback;
osg::Timer_t _frameStartTick;
osg::Timer_t _previousFrameStartTick;
};
}