[osg-users] CullCallback not called
Jérôme Desfieux
jerome.desfieux at gmail.com
Tue Apr 4 01:09:01 PDT 2017
Hi,
I am developping my own annotation with OsgEarth by inhereting GeoPositionNode. It works fine.
Now i need a camera specific behaviour. Thus I add a cull callback and do my stuff in it.
My problem is that I need this callback to be always executed.
By default it wasn't executed if it was not in the camera frustrum.
So I add setCullingActive(false).
Now it is executed almost always, but it remains some cases where the cullcallback is not called. Why?
What are the cases where a cullcallback is not executed?
Thank you,
JD.
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70420#70420
More information about the osg-users
mailing list