summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsServer.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-29 15:24:23 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-06-30 13:58:07 +0200
commitb9aa13e5917b45a540e92e50b81f7bc923e493d1 (patch)
tree650e22aebcba0709de6c8f6d75542af631c72088 /doc/classes/PhysicsServer.xml
parentc6cea6e9b372f403a5906813bf5db8583d747d06 (diff)
downloadredot-engine-b9aa13e5917b45a540e92e50b81f7bc923e493d1.tar.gz
doc: Remove hardcoded default values from descriptions
They are now generated automatically by doctool.
Diffstat (limited to 'doc/classes/PhysicsServer.xml')
-rw-r--r--doc/classes/PhysicsServer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml
index b06b0df40d..a779a34e6a 100644
--- a/doc/classes/PhysicsServer.xml
+++ b/doc/classes/PhysicsServer.xml
@@ -1390,7 +1390,7 @@
Swing is rotation from side to side, around the axis perpendicular to the twist axis.
The swing span defines, how much rotation will not get corrected allong the swing axis.
Could be defined as looseness in the [ConeTwistJoint].
- If below 0.05, this behavior is locked. Default value: [code]PI/4[/code].
+ If below 0.05, this behavior is locked.
</constant>
<constant name="CONE_TWIST_JOINT_TWIST_SPAN" value="1" enum="ConeTwistJointParam">
Twist is the rotation around the twist axis, this value defined how far the joint can twist.