Hi,

I have a custom class derived from osg::Drawable and I want to implement 
picking for it.

I've implemented accept(PrimitiveFunctor) and supports(PrimitiveFunctor) in 
order to provide picking functionality for that drawable, but none of methods 
are called.

Im using LineSegmentIntersector and IntersectionVisitor to perform the picking 
traversal.

All other non custom geometry nodes are being picked except my custom drawable 
because accept nor support are being called.

Any hints?

Thanks!

... 

Thank you!

Cheers,
Pablo

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





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

Reply via email to