[ODE] Box/Trimesh contact filtering and oblong geoms
Rodrigo Hernandez
kwizatz at aeongames.com
Wed Apr 27 16:56:54 MST 2005
The checks for dEpsilon need to be added to the old configure method,
just add
#define dEpsilon FLT_EPSILON
if using single precision or
#define dEpsilon DBL_EPSILON
if using double precision to the generated config.h
Or if you're on anything but Visual C++ on Windows, use autotools,
instructions are on the INSTALL file.
Darío Mariani wrote:
>Just downloaded the UNSTABLE branch, it does not compile:
>
>...
>
>ode/src/collision_trimesh_box.cpp: In function `void GenerateContact(int,
> dContactGeom*, int, dxGeom*, dxGeom*, const dReal*, const dReal*, double,
> int&)':
>ode/src/collision_trimesh_box.cpp:1270: error: `dEpsilon' undeclared (first use
> this function)
>ode/src/collision_trimesh_box.cpp:1270: error: (Each undeclared identifier is
> reported only once for each function it appears in.)
>make: *** [ode/src/collision_trimesh_box.o] Error 1
>
>_______________________________________________
>ODE mailing list
>ODE at q12.org
>http://q12.org/mailman/listinfo/ode
>
>
>
>
More information about the ODE
mailing list