Hi,

drawImplementation will be called once as display lists are used by default. 
Call Drawable::setUseDisplayList(false) to indicate you don't want a display 
list to be created, which will lead OSG to call drawImplementation every time 
your drawable needs to be rendered.

Cheers,
Fred

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=34535#34535





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to