20 lines
529 B
HTML
20 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>integrateActorVelocities [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub integrateActorVelocities( actor, v_step) </h2></p>
|
|
<p>
|
|
Updates the linear and angular velocities of an actor based on the forces and torques applied to it over a time step.
|
|
</p>
|
|
<p>
|
|
Note: This is more manual control than most devs will probably need
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |