How to prevent a single object falling (I want it to "float" in fixed position)

Is it possible to prevent one particular object from being pulled to earth by gravity?

I tried making it static which worked but I need it to rotate (angular velocity) and if it’s static it won’t rotate.

[import]uid: 8353 topic_id: 2112 reply_id: 302112[/import]

ah, so that’s what kinematic means… [import]uid: 8353 topic_id: 2112 reply_id: 6306[/import]

Right! :slight_smile: [import]uid: 3007 topic_id: 2112 reply_id: 6401[/import]

If my kinematic object collides with a dynamic object there is a event in my collision listener.

But if i give my kinematic object a kick and some force so it collides with a static object there is no detection in my collision listener.

Why is this and is it possible to make so it works this way? [import]uid: 28895 topic_id: 2112 reply_id: 24432[/import]

Bump

Still can’t make an object that is lighter than air so it floats on the same height or fly’s away when everything else falls down. [import]uid: 28895 topic_id: 2112 reply_id: 25082[/import]