Question: do drawables that belong to billboards support cullcallbacks?
I can build a simple piece of geometry and the cullcallback works fine. I can use an AutoTransform and attach a cullcallback to the drawable within the geode, that works. However, if I attach a cullcallback to a drawable that belonds to a Billboard, the cullcallback is never called. I can attach a node callback to the billboard itself. That gets called. But I need to know when a given drawable is not culled within a Billboard object. I was hoping to use osg::Drawable::CullCallback. What am I missing here? _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
