24 lines
709 B
HTML
24 lines
709 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetWorld3DTimeStep [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetWorld3DTimeStep( ts ) </h2></p>
|
|
<p>
|
|
Sets the fixed time step for the physics simulation
|
|
</p>
|
|
<p>
|
|
fixedTimeStep - The fixed time step size, which is the interval at which the physics simulation runs internally. It is often set to 1/60th of a second (0.0166667 seconds) by default, meaning the physics engine updates 60 times per second.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setworld3dmaxsubsteps.html">SetWorld3DMaxSubSteps</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |