Hello. I create a class which inherits from drawble and i implement the drawImplenetation method. But as it seems it is called only once at start.
I want it to be called in every frame. Do i have to create a DrawCallback and set it to Drawable ? and what would the Drawable::drawImplementation contain if i implement the drawing code in DrawCallback::drawImplemenetation ? thank you for your time.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

