Click or drag to resize

SimulationModelMaxIterationsPerFrame Property

Limits the number of iterations per frame.

Namespace:  Livit.Learn.Model.Simulator
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public int MaxIterationsPerFrame { get; set; }

Property Value

Type: Int32
Remarks

This parameter may help reduce lag time in particularly complex models. This is especially important for Virtual Reality to ensure high FPS.

Except in those cases, it is not recommended to use this parameter as it usually indicates the model is too complex to run efficiently. Instead it is recommended to increase the MinutesBetweenIterations value and try to reduce the complexity of the mathematical simulations.

See Also