-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog.txt
79 lines (70 loc) · 2.42 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
- added implementation of the paper Kugelstadt, Schoemer, "Position and Orientation Based Cosserat Rods", SCA 2016 and a corresponding demo
- update to Eigen 3.3
1.5.1
- added Timing class
- removed Boost dependency
- update to Eigen 3.2.9
- added support for x86 compilation (thanks to Josef Kohout)
- added implementation of "Position-Based Elastic Rods" paper and a corresponding demo
- fixed some problems with VS2015
1.5.0
- added SceneGenerator.py to generate new scenarios easily by simple Python scripting
- added scene loader demo
- added scene loader based on json
- added collision demos
- added collision detection based on distance functions
- added collision handling for rigid and deformable bodies
- high resolution visualization mesh can be attached to a deformable body
- added support for Mac OS X
- added shader support
- added automatic computation of inertia tensor for arbitrary triangle meshes
- added bunny model to chain demo
- added visualization mesh to rigid body
- added OBJ file loader
- update to Eigen 3.2.7
- added target velocity motor slider joint
- added target position motor slider joint
- added slider joint
- extended JointDemo
1.4.0
- extended JointDemo
- added TargetVelocityMotorHingeJoint
- added TargetAngleMotorHingeJoint
- made function names consistent
- fixed initialization of hinge joint coordinate system
- parallelized unified solver using graph coloring
- implemented unified solver for rigid bodies and deformable solids
- added documentation for generic constraints
- added generic constraint demo
- added generic constraint
- added coupling demo
- added ball joint which links a rigid body and a particle
- added universal joint
- improved hinge joint
- added documentation for position based fluids
1.3.0
- added some documentation
- cleaned up project
- added new Joint demo
- added HingeJoint
- added BallOnLineJoint
- separated deformable, fluid and rigid body dynamics in different classes
- cleaned up interface
- added doxygen files
- update to Eigen 3.2.5
- resolve compiler errors in Visual Studio 2010
1.2.0
- added rigid body demo
- added balljoint constraint
- fixed WIN32 issues
- cleanup
- Ubuntu fix
1.1.0
- added second order velocity update
- fixed build for Linux
- added AntTweakBar sources
- added second order velocity update
- added density constraint (position based fluids)
- added fluid demo
1.0.0
- Initial release