Hello,
I wonder if there is a way to have my simulation run faster than real-time?
I am using a subclass of GLUINavigationProgram for my simulation window.
Thanks in advance.
- solved #2
- replies 3
- views 4.6K
- likes 0
Yes, you can change the self.dt value in GLSimulationPlugin to some other simulation time step. By default it is 0.02s per refresh.