Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-03-30 01:18:04 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-04-15 01:08:32 +0300
commit73dfd3d38241735c7182862cd43a6fb5df6e054b (patch)
treeede72c652dea6b3b5bb0f070af65e17351fcbbf5 /doc
parent3a10f8e1b135205f67f7168737ad46ec280f9ad0 (diff)
Pydocs: Expand bge.contraint docs
Takes information from the manual and dumps it here.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.constraints.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.constraints.rst b/doc/python_api/rst/bge.constraints.rst
index ed965c3dfc1..3cca22e9cff 100644
--- a/doc/python_api/rst/bge.constraints.rst
+++ b/doc/python_api/rst/bge.constraints.rst
@@ -2,12 +2,33 @@
Physics Constraints (bge.constraints)
=====================================
+Bullet Physics provides collision detection
+and rigid body dynamics for the Blender Game Engine.
+
+Features:
+
+- Vehicle simulation.
+- Rigid body constraints: hinge and point to point (ball socket).
+- Access to internal physics settings,
+ like deactivation time, and debugging features
+
.. module:: bge.constraints
+.. note:: Note about parameter settings
+
+ Since this API is not well documented, it can be unclear what kind of values to use for setting parameters.
+ In general, damping settings should be in the range of 0 to 1 and
+ stiffness settings should not be much higher than about 10.
+
Examples
--------
+.. seealso::
+
+ For more examples of Bullet physics and how to use them
+ see the `pybullet forum <https://pybullet.org/Bullet/phpBB3/viewforum.php?f=17>`__.
+
.. include:: __/examples/bge.constraints.py
:start-line: 1
:end-line: 4
@@ -333,4 +354,3 @@ Constraint type to be used with :func:`createConstraint`.
.. data:: GENERIC_6DOF_CONSTRAINT
.. to do
-