@@ -33,6 +33,46 @@ Download and install the free DLR SimVis Community Edition, e.g. with [https://v
3333
3434## Release Notes
3535
36+ ### Version 0.5.1
37+
38+ - Collision handling - MPR algorithm
39+ - collision pairing material
40+ - at initialization: a warning is given if a collision pairing material is not defined
41+ - improve support points computation of
42+ - FileMesh: use ` SVectors ` and better computation of support points
43+ - Capsule: a Capsule is already smooth therefore collisionSmoothingRadius is removed
44+ - MPR algorithm
45+ - ` Double64 ` from DoubleFloats.jl package is used for mpr algorithm to increase accuracy
46+ - amount of iteration steps is increased if more are needed for phase 2 and phase 3
47+ - if it's not possible to quit with the predefined mprTolerance the iteration quits with the best possible tolerance instead
48+ - collisions between ellipsoids and other shapes are treated like collisions between spheres and other shapes
49+ - store information like centroid in Object3D
50+ - remove some type instabilities
51+ - FreeMotion joint
52+ - enable adaptive rotation sequence
53+ - add test model
54+ - Enable ForceElements
55+ - add infrastructure
56+ - add Bushing and SpringDamperPtP
57+ - add test models and documentation
58+ - Animation export (three.js JSON object scene)
59+ - fix initial orientation
60+ - enable visualization of bounding boxes (AABB)
61+ - enable Beam support
62+ - enable Capsule support
63+ - enable inner cylinder radius support (pipe)
64+ - enable CoordinateSystem support
65+ - enable Grid support
66+ - Visualization with DLR Visualization Library
67+ - add visual shape kind ModelicaShape
68+ - remove some type instabilities
69+ - improve testing
70+ - enable short and complete test runs
71+ - add planar motion test
72+ - update documentation and installation guide
73+ - clean up: remove unused code snippets
74+
75+
3676### Version 0.5.0
3777
3878- Largely redesigned.
0 commit comments