I finally figured out what was the problem with the camera. It was just that I 
had really large coordinates (for example : 5100000, 5100000, 100). So I 
finally subtsracted an offset (5100000, 5100000, 0) to all my points and the 
manipulator now works just fine.

It also solved part of the selection problem. And now that I use a 
PolytopeIntersector instead of a line segment intersector, I can select what I 
want.

The last problem that I have now is to figured out how to make the point appear 
in front of the lines and the lines in front of the surfaces.
Does anyone have a clue of how to do that ?

Thanks,
bob.

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





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

Reply via email to