Rodrigo Hernandez 5e9c3294d1 Added code for tests to take the texture path as an argument, Added drawstuff project to VC++7.1 solution 20 years ago
..
Include e42b3fa178 dRay by Erwin de Vries 23 years ago
Test 5e9c3294d1 Added code for tests to take the texture path as an argument, Added drawstuff project to VC++7.1 solution 20 years ago
README.txt e42b3fa178 dRay by Erwin de Vries 23 years ago
dRay.cpp e42b3fa178 dRay by Erwin de Vries 23 years ago
dRay_Box.cpp e42b3fa178 dRay by Erwin de Vries 23 years ago
dRay_CCylinder.cpp e42b3fa178 dRay by Erwin de Vries 23 years ago
dRay_Plane.cpp e42b3fa178 dRay by Erwin de Vries 23 years ago
dRay_Sphere.cpp e42b3fa178 dRay by Erwin de Vries 23 years ago
dxRay.h e42b3fa178 dRay by Erwin de Vries 23 years ago

README.txt

From: "Erwin de Vries"
To:
Subject: [ODE] dRay class
Date: Thu, 25 Jul 2002 13:05:28 +0200

Yesterday and today i've written a dRay class. It interacts with dPlane,
dSphere, dBox and dCCylinder. It does not generate full contact information.
It only generates the pos member. I dont think its useful to anyone to go
through hoops and find a reasonable normal and penetration depth, as i dont
think anyone will want to use it for dynamics. Just for CD.

It should compile in single and double precision mode, and should be
platform independant. I hope.

The next Tri-Collider release using Opcode 1.1 will also implement a ray
collision function along with some other not too interesting improvements.