Closed Robadob closed 3 years ago
Unsure, whether this will require extra work in the main library side, to allow compiling of RTC models prior to the pause being applied.
Have tested my fix, and it does allow RTC functions to be compiled during pause. Although there is no way of knowing whether they have finished compiling or not (besides looking at CPU usage/temp dir).
This option is useful if trying to video a visualisation and you don't want to miss the start.
I hackily achieved this by adding this to
Visualiser::renderAgentStates()
, but the proper version will need to be implemented as part ofModelCfg
.