blender/intern/rigidbody
Sergej Reich c82213359a rigidbody: Add motor constraint
It's implemented as a separate constraint instead of adding properties
to the existing constraints.
Motors only apply linear and angular impulses and don't limit the
movement of rigid bodies, so it's best to use them in conjunction with
other constraints to limit the degrees of freedom.

Thanks to Markus Kasten (markus111) for the initial patch.
2013-02-23 23:04:07 +00:00
..
CMakeLists.txt
rb_bullet_api.cpp rigidbody: Add motor constraint 2013-02-23 23:04:07 +00:00
RBI_api.h rigidbody: Add motor constraint 2013-02-23 23:04:07 +00:00
SConscript