[ODE] 3D rendering library to use with ODE

Eronen, Marko Marko.Eronen at dsto.defence.gov.au
Thu Mar 11 12:56:15 MST 2004


German,

I built something very similar to what you described - a 3D simulator with differential drive robots.
I used odeforjava0.11 which is a java binding to ODE. This way the rendering was all done using Java3D API, setting textures and camera positions is not too difficult. 

If I was to do it again I would look at using Javaode instead https://odejava.dev.java.net/

Marko

-----Original Message-----
From: German Viscuso [mailto:netquake at speedy.com.ar]
Sent: Thursday, 11 March 2004 5:38 AM
To: ODE at q12.org
Subject: [ODE] 3D rendering library to use with ODE


Hello everybody!

I'm trying to build a 3d simulator where I have 10 robots, each one of them
is just a textured cube with two lateral wheels (differential drive). I want
to apply power to each wheel's motor (each wheel has it's independent motor)
to move the robots over a field.
For the physics I would like to use ODE but I'm not sure about the 3d
rendering engine.
Can you recomend one that is suitable for working with ODE?
My requirements:
I need it to be accesible (api) via a windows dll (cannot use static
librarires) and I would like it to be high level (because I don't want to
get mad with low level 3d rendering) (but I may be willing to learn a middle
level api if it's good enough). I need to be able to set textures on
rendered objetcs and change camera positions dinamically. And of course it
must work smoothly with ODE. Also it would be nice if it had some kind of
limited GUI support.

Thanks to everybody.

GV


_______________________________________________
ODE mailing list
ODE at q12.org
http://q12.org/mailman/listinfo/ode


More information about the ODE mailing list