Files
RCBASIC4/doc/doc_files/setworld3dmaxsubsteps.html
2026-02-26 15:33:51 -06:00

24 lines
782 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetWorld3DMaxSubSteps [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetWorld3DMaxSubSteps( steps ) </h2></p>
<p>
Sets the max sub steps to break the simulation up into
</p>
<p>
maxSubSteps - The maximum number of substeps to perform if the time step is larger than the fixedTimeStep. When simulating in real-time, if a frame takes longer than expected (e.g., a frame is delayed), you can break the simulation into several smaller substeps to ensure the simulation is accurate.
</p>
<br><p>Related:
<a href="setworld3dmaxtimestep.html">SetWorld3DMaxTimeStep</a>
</p>
<p>
</p>
</body>
</html>