Updated docs and added constants to tracker
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#title SetWorld3DMaxSubSteps [RCBasic Doc]
|
||||
#header sub SetWorld3DMaxSubSteps( steps )
|
||||
#header Sub SetWorld3DMaxSubSteps( steps )
|
||||
|
||||
Sets the max sub steps to break the simulation up into
|
||||
|
||||
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.
|
||||
|
||||
#ref SetWorld3DMaxTimeStep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user