Please excuse my ignorance on this, I have only just started with DBPro and have managed to work out a lot of stuff using tutorials and examples etc.
At the moment I have made a mesh from a cube object, added 2 cubes as limbs, and can move it around as a single object, and rotate the individual limbs etc. Can I do the same but instead adding a sphere and a cube as the limbs?
the code I have used at the moment is something like this
make object cube 1, 0
make object cube 2, 10
make mesh from object 2, 2
add limb 1, 1, 2
add limb 1, 2, 2
offset limb 1, 2, 0, 10, 0
position object 1, 1000, 10, 1000
delete object 2