blender/doc
Sybren A. Stüvel ed8dc78691 BGE physics: get/set linear and angular damping
This patch adds the following R/W properties and method to `KX_GameObject`:

  - `linearDamping`  -- get/set linear damping
  - `angluarDamping`  -- get/set angular damping
  - `setDamping(linear, angular)` -- set both simultaneously

These allow runtime changes to the same properties that are accessible at design time in Blender's UI via `game.damping` and `game.rotation_damping`. The names of the properties were chosen to mirror the internal names of the BGE physics engine, as these are (AFAIK) also the commonly used names in physics literature.

Reviewers: campbellbarton

Projects: #game_physics

Differential Revision: https://developer.blender.org/D936
2015-01-15 18:37:22 +01:00
..
blender_file_format update dna exporter for API changes 2014-11-14 00:55:40 +01:00
build_systems CMake: update cmake.txt documentation to remove some old information and link 2013-02-26 00:49:45 +00:00
doxygen update doxygen congfig and tweaks to warnings when running doxygen. 2013-07-03 04:47:50 +00:00
guides Code cleanup: removed some unused UI button types 2013-06-09 18:05:50 +00:00
license And here is the first git (testing) commit by me! 2013-11-16 12:00:42 +01:00
manpage Cleanup: pep8 & redundant vars 2014-07-22 12:03:15 +10:00
python_api BGE physics: get/set linear and angular damping 2015-01-15 18:37:22 +01:00