Should static objects to be Kinematic?

Hi guys!

Just a question:
I have a scene with many big buildings. Should I set them kinematic=true or just leave with mass=0?
The question is about performance and collision matters.

Thanks.

Well static is usually better than cinematic, of course only if they dont move.

@Empire Phoenix said: Well static is usually better than cinematic, of course only if they dont move.

Sorry, the question was about KINEMTIC. :slight_smile:

For example, i have many houses with mass=0. So should i set them kinematic=true?

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:physics#kinematic_vs_dynamic_vs_static

1 Like
@PlugBug said: https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:physics#kinematic_vs_dynamic_vs_static

Thanks! Resolved!