I want a PhysicsWorld where only some elements are affected by gravity (as set by the Accelerometer). I've tried setting the mass of some objects to 0, but this doesn't work. Is there any way of making some Bodys immune to the gravity of the world they're in?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

Think about how you'd do it in the real world - you need an upwards force to counteract gravity to make something neutrally buoyant.

So try applying an acceleration to the body which is equal and opposite to your gravitational acceleration.

link|improve this answer
I don't know if it will work, but that actually makes a lot of sense. – EKI Aug 31 '11 at 10:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.