Santosh,

I've seen triangle intersect happen most often for me when some portion of some 
geometry was scaled to 0 or were coincident. The triangle intersect does some 
vector math that can fail in those conditions. Check the build code for the 
offending parameter calculations which might accidentally result in a 0 length 
vector somewhere.

    Andy


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of santosh
Sent: Thu 4/3/2008 7:03 AM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] Warning:: Picked up error in TriangleIntersect
 
Hi Robert
I am getting some warnings in LineSegmentIntersector.
It prints warnings like this
Warning:: Picked up error in TriangleIntersect
and it prints some Nan values.

I didn't got what these warnings are ?

Thanks
Santosh Gaikwad

_______________________________________________
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