blitzODE: weld 2 bodies

Blitz3D Forums/Blitz3D Programming/blitzODE: weld 2 bodies

bytecode77(Posted 2006) [#1]
hi!
i have got a question to all blitzODE users :)

is it possible to 'weld' two meshes.
for example to do this:


these are just two simple blitz cubes declared as blitzODE bodies.
but their act for themselves and i want them to 'weld'!

thank you :)


bytecode77(Posted 2006) [#2]
i mean to do things like this(seen in kODE):

for example add four legs to a table.


Jeppe Nielsen(Posted 2006) [#3]
I don't know about ODE, but in tokamak you can add several geometries to a ridig body. Perhaps its the same with ODE.


bytecode77(Posted 2006) [#4]
like that:
ODE_dGeomSetBody g1\geom, g2\body


doesnt work either :(..