Doc:Manual/Game Engine/Physics

From BlenderWiki

Jump to: navigation, search

If you want to document Blender 2.5 features please edit pages under Doc:2.5/Manual.
If a "2.5" page doesn't exist please copy the text from 2.4x Manual and edit the new page (i.e. you should paste the wikitext from this 2.4x page to this new 2.5x page and then update the latter with 2.5 features)


[edit] Physics Engine

Mode: All Modes

Panel: Shading context → World sub-context → Mist/Stars/Physics

Hotkey: F8

[edit] Description

This part of the World determines the type of physical rules that govern the game engine scene, and the gravity of the situation (sorry, couldn’t resist the pun). Based on the physics engine selected, in physics simulations in the game engine, Blender will automatically move Actors in the downward (-Z) direction. After you arrange the actors and they move as you wish, you can then bake this computed motion into fixed Ipo curves (see Logic actors for more info).

[edit] Options

Physics
The type of physics engine to use:
Bullet
The default physics engine, in active development. It handles movement and collision detection. The things that collide transfer momentum to the collided object.
Sumo (deprecated)
An older physics engine, used in past versions of Blender’s game engine. Use this for compatibility with (very) old files.
None
No physics in use. Things are not affected by gravity and can fly about in a virtual space. Objects in motion stay in that motion.
Gravity
The gravitational acceleration, in units of meters per squared second (m.s-2), of this world. Each object that is an actor has a mass and size slider (see dynamics materials section). In conjunction with the frame rate (see Render section), Blender uses this info to calculate how fast the object should accelerate downward.






Redirects to fix

  • Doc:Manual/Game Engine/Logic/Actors → Doc:Manual/Game Engine/Logic/Object type

Contents