Files
RCBASIC4/doc/files/applyactortorqueworld.html
2024-12-14 15:28:03 -05:00

27 lines
953 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>applyActorTorqueWorld [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub applyActorTorqueWorld( actor, x, y, z) </h2></p>
<p>
Applies a continuous torque to an actor, causing it to accelerate its rotational motion over time. Unlike applyActorTorqueImpulse, which causes an immediate change in angular velocity, this applies a torque force gradually, leading to a continuous rotational effect, similar to applying a force to linear motion.
</p>
<ul>
<li>
x, y, z - direction of rotation
</li>
</ul>
<br><p>Related:
<a href="applyactortorquelocal.html">ApplyActorTorqueLocal</a>
<a href="applyactortorqueimpulselocal.html">ApplyActorTorqueImpulseLocal</a>
<a href="applyactortorqueimpulseworld.html">ApplyActorTorqueImpulseWorld</a>
</p>
<p>
</body>
</html>