Hi Renan,

There isn't a convenience function in Plane or LineSegment for
computing the intersection point, but there are maths functions in
Plane to help you.   Rather than me try to explain the maths of how to
compute a intersection of line with a plane it would be best to
consult online texts written on vector maths as these will make a much
better job of it than I.

Robert.

On Feb 17, 2008 11:45 AM, Renan Mendes <[EMAIL PROTECTED]> wrote:
> Hi, everyone.
>
> I'm having some trouble with computing the coordinates of the intersection
> between a osg::Plane and an osg::LineSegment. In addition, I'd like to be
> able to compute only the intersection with the plane, and forget about the
> rest of my scene... Is it possible?
>
> Thanks,
>
> Renan M Z Mendes
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to