34 lines
562 B
HTML
34 lines
562 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>setJointStiffness [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub setJointStiffness( joint_id, stiffness) </h2></p>
|
|
<p>
|
|
Sets how rigid a joint is
|
|
</p>
|
|
<p>
|
|
Used with:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Distance Joint
|
|
</li>
|
|
<li>
|
|
Weld Joint
|
|
</li>
|
|
<li>
|
|
Wheel Join
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="getjointstiffness.html">GetJointStiffness</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |