Updated docs
This commit is contained in:
23
doc/files/setworld3dmaxsubsteps.html
Normal file
23
doc/files/setworld3dmaxsubsteps.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user