Updated docs and added constants to tracker
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>setHingeLimit [RCBasic Doc] </title>
|
||||
<title>SetHingeLimit [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub setHingeLimit( constraint_id, low, high, softness, bias_factor, relaxation_factor) </h2></p>
|
||||
<p><h2>Sub SetHingeLimit( constraint_id, low, high, softness, bias_factor, relaxation_factor) </h2></p>
|
||||
<p>
|
||||
Defines the angular limits of the hinge's rotation. A hinge constraint allows two actors (or one actor and the world) to rotate around a single axis, similar to a door hinge. This function restricts how far this rotation can go by setting minimum and maximum angles.
|
||||
</p>
|
||||
@@ -38,6 +38,7 @@
|
||||
<a href="gethingesolvelimit.html">GetHingeSolveLimit</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user