Thanks for reporting this. I will put your bug in the SF bug tracker:

http://sourceforge.net/tracker/?group_id=649&atid=100649

In future it would be nice if you could also submit bugs there. It is
easier for us to keep track of them that way.

Greetings,

On 5/10/06, Raptor Avis <[EMAIL PROTECTED]> wrote:


static inline bool FindIntersection (const csCollisionPair& cd,
          csVector3 line[2])
{
  csVector3 tri1[3]; tri1[0]=cd.a1; tri1[1]=cd.b1; tri1[2]=cd.c1;
  csVector3 tri2[3]; tri2[0]=cd.a2; tri2[1]= cd.b2; tri2[2]=cd.c2;
  csSegment3 isect;
  bool coplanar, ret;
  ret = csIntersect3::TriangleTriangle (tri1, tri2, isect, coplanar);

//here, when coplanar returns true, isect is not initialized!

  line[0]=isect.Start ();
  line[1]=isect.End ();
  return ret;
}



--
Project Manager of Crystal Space (http://www.crystalspace3d.org)
and CEL (http://cel.crystalspace3d.org)
Support Crystal Space. Donate at
https://sourceforge.net/donate/index.php?group_id=649


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to