[ODE] Stacking Cubes

Mattias Fagerlund mattias at cambrianlabs.com
Mon Jun 16 10:57:02 2003


> Hello,
> 
> Is there any way to stack cubes in ODE?  For example a user places a
> block
> on top of another block.  In my efforts to do this, the blocks shake
> like
> jello.  How can I get these objects to come to rest, without using
> joints or
> locking them etc.  My goal is to make a stack of cubes in ODE and then
> blow
> them up.

Disable the bodies, that way they don't jitter until you attack them. 
They will automatically be enabled again when they need to be.

cheers,
m