[ODE] Presentation and question - READ THIS

Roel van Dijk roelvandijk at home.nl
Sat Jul 5 13:14:02 2003


I agee. I don't think you should add code to ODE that has the purpose to avoid 
a bug/feature in a certain graphics api.
>From the docs:
"11.2. Does ODE need or use graphics library X ?
No. ODE is a computational engine, and is completely independent of any 
graphics library. However the examples that come with ODE use OpenGL, and  
most interesting uses of ODE will need some graphics library to make the 
simulation visible to the user. But that's your problem."

On Saturday 05 July 2003 19:14, Martin C. Martin wrote:
> I'd vote for, in the debug build, print an (optional?) warning.
>
> - Martin