v0.10.3
Modia3D v0.10.3
-
New script
Modia3D/create_Modia3D_sysimage.jl
to create a sysimage for a much faster startup
(usage: see README.md file). -
New keyword
Scene(provideAnimationHistory=true)
in order to store animation data compactly during a simulation run.
Aftersimulate!(instantiatedModel, ...)
, the animation data of aModel3D(..)
can be retrieved as dictionary via the new
functionget_animationHistory(instantiatedModel, modelPathAsString)
-
Improvements of the MPR algorithm (which determines the distances between Object3Ds).
Merged pull requests:
- New function get_animationHistory(..) (#108) (@MartinOtter)
- An mpr improvements (#109) (@AndreaNeumayr)
- Mo preparations (#110) (@MartinOtter)
- Project.toml and Manifest.toml updated (#111) (@MartinOtter)
- create_Modia3D_sysimage.jl added (to generate a Modia3D sysimage) (#112) (@MartinOtter)