TIRUMALESH CHINTAMANI schrieb:
*Hi Robert, * Yeah i understand that there is no way to construct geometry using OSG.
Hi Tirumalesh,
as far as I know the only intersections you can compute with osg are intersections of lines with arbitrary objects. This can be done with a pick visitor.
Everything else you will have to do yourself, but this is all quite well known vector-mathematics.
I can recommend the following book: *Geometric Tools for Computer Graphics by David H. Eberly. *Regards, Andreas _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
