「利用者:Sculptorjim/Game Engine/Physics/RightColumnOfOptions」の版間の差分
< 利用者:Sculptorjim | Game Engine | Physics
(Using sub-bullets for clarity.) |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 05:48時点における最新版
- Use Material Force Field - Materials can have physics settings on them as well: Friction, Elasticity, Force Field (positive or negative force), and also Dampening to other materials. When you turn on this checkbox, you are enabling the Material to exhibit this spring force.
- Default: Off.
- Python property:
obj.game.use_material_physics_fh
- Rotate From Normal - TODO: Learn/demo/explain. [Does this require a concurrent setting in the Material?]
- Default: Off.
- Python property:
obj.game.use_rotate_from_normal
- No Sleeping - Prevents simulation meshes from sleeping. When an object has a linear velocity or angular velocity, it is in motion. It will detect collisions, receive gravity, etc. Once these thresholds are close to zero, it will cease these calculations---until another object interacts with it wake it up.
- Default: Off.
- Python property:
obj.game.use_sleep