Skip to content

v0.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 09:16
· 138 commits to main since this release
6408163

Modia3D v0.10.3

Diff since v0.10.2

  • 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.
    After simulate!(instantiatedModel, ...), the animation data of a Model3D(..) can be retrieved as dictionary via the new
    function get_animationHistory(instantiatedModel, modelPathAsString)

  • Improvements of the MPR algorithm (which determines the distances between Object3Ds).

Merged pull requests: