Hi Vijeesh, On Mon, Feb 14, 2011 at 12:32 PM, Vijeesh Theningaledathil <[email protected]> wrote: > Hi, > The SetFramerate and GetFramerate function errors are solved by adding > getIncrementalCompileOperation()->SetFramerate(). But the foloowing function > are not there in IncrementalCompileOperation also. If I comment that, will it > create any issues? > ‘setExpiryDelay’ > ‘compileGLObjects’
ExpiryDelay is related to an expiry algorithm that has been replaced by a better scheme so ExpiryDelay is not required anymore so has been removed. The FrameRate is something that I will be soon setting automatically from the Viewer/CompositeViewer as we now have support for querying the screen refresh rate. This will just provide the default value though, you'll still be able to override it. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

