Gravity ?

Petit Prince

07-01-2008 08:45:13

Hi all!
Which class add the gravity to an object ?

My Mesh doesn't want to fall down :/

HexDump

08-01-2008 15:12:15

Just call the setStandardForce() for the body (I don´t remember if this is the corredct name), or write a setForceTorqueCallback().

HexDump.