[ODE] TriMesh and double

Jeffrey Smith jeffreys at Softimage.com
Thu Apr 22 12:49:29 MST 2004


> I am trying to compile ode with TriMesh and double precision under 
> Linux, but the Makefile tells me this is impossible:

The only place in ODE that you MUST use floats is when feeding the vertex 
locations to OPCODE. Specifically, when using dGeomTriMeshDataBuild*. As
long as you're sure your vertex array is composed of floats, you can safely
disable that warning in the Makefile (it's around line 76, I beleive).  

-jeff



More information about the ODE mailing list