About the Geom

I have learnt odejava from the example and I saw the uses of GeomBox GeomSphere or GeomTrimesh.
But I have no idea how can I create a body that does not the basic geom. Such as a car shape or a hexagon.

I have no basic about 3D graphic, so if there are any resources or example please suggest me.
Thank you.

If I recall correctly you can add several geoms to one shape,

Thanks for your help. :slight_smile:

But I still have no idea in the following case.

I created a 3d model (eg. Human Model) from the 3d max and import to xith3d for use in my simulation.
Since the model has many complex shape.

Is there anyway to bind my xith3d model to odejava geom?

Must I use the basic geom such as GeomBox GeomSphere or GeomTrimesh to construct the odejava geom for xith3d model?
I have no idea to do that. Could you give me some example for these case ???

Well that would be the best. But in that case that means you have to have each human part separate, in order to bind them separately to bodies.

(Creating a tool to create ODE structures with bodies and joints and binding them with Xith3D models would be way cool… maybe with the XODE standard).

Thanks again ! ;D

I have just found the “XithToOde” class here.

http://www.java-gaming.org/forums/index.php?PHPSESSID=4ab41f3647dcb5aaca4470b7d2b34b8c&topic=10496.msg83014

I think it can be use for generates odejava’s geom from 3d model or I misunderstand?

If anyone has a suggestion, please let me know.

Thank in advance.