[ODE] Newbie TriMesh problems

Jon Watte (ODE) hplus-ode at mindcontrol.org
Fri Apr 7 13:28:11 MST 2006


The Hutch wrote:

> Does this shed any light on the problem? It must be some kind of AABB issue
> surely?

99% chance you're using the API wrong, as it works fine for a lot of 
users of ODE.

Have you compared your code to the trimesh test code? What's different?

Are you passing the number of indices to mesh building, or just the 
number of triangles? (gotta pass #indices).
Are you keeping the vertex and index data allocated while the trimesh 
data is still valid? You can't dispose it.
What spaces, if any, are you using?
Is the winding correct? What happens if you flip it?

Cheers,

			/ h+


More information about the ODE mailing list