Is your feature request related to a problem? Please describe.
Currently the Physics module computes the marble behaviour from start of spawning to end of simulation in one go. Simulation would require us to observe the behaviour in a particular time slice. The animation may also want to calculate the physics within a time frame for display to the next frame.
Describe the solution you'd like
Physics module to maintain a current position and output time series based on request.
Describe alternatives you've considered
Calculate and store the entire series, but only provide data from the relevant time period on request.
Is your feature request related to a problem? Please describe.
Currently the Physics module computes the marble behaviour from start of spawning to end of simulation in one go. Simulation would require us to observe the behaviour in a particular time slice. The animation may also want to calculate the physics within a time frame for display to the next frame.
Describe the solution you'd like
Physics module to maintain a current position and output time series based on request.
Describe alternatives you've considered
Calculate and store the entire series, but only provide data from the relevant time period on request.