Hello,
When moving my project from Windows to Linux (Ubuntu 9.10), I'm
running into the following error:
ODE INTERNAL ERROR 2: Bad argument(s) in dxBox()
The line it's busting on is:
ground_box = dCreateBox(space, 10.0f, 10.0f, 10.0f);
ground_box is a static dGeomID and space is a static dSpaceID
space was created with "space = dHashSpaceCreate(0);"
In Windows I had to recompile ODE to use single-precision floats. On
Linux I am using the pre-built ODE deb package (0.11).
Any thoughts would be appreciated.
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ode-users" group.
To post to this group, send email to
ode-users@...
To unsubscribe from this group, send email to
ode-users+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/ode-users?hl=en-~----------~----~----~----~------~----~------~--~---