Skip to content

Tags: InteractiveComputerGraphics/PositionBasedDynamics

Tags

2.2.0

Toggle 2.2.0's commit message
- removed AntTweakBar GUI

- added imgui
- added PLY export
- added documentation of scene file format

2.1.0

Toggle 2.1.0's commit message
- added XPBD FEM constraint for deformable solids

- updated to Eigen 3.4.0

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #114 from InteractiveComputerGraphics/python_bindings

Python bindings

1.8.0

Toggle 1.8.0's commit message
- added substepping

- added OBJ export

1.7.0

Toggle 1.7.0's commit message
- added DamperJoint

- improved implementation of SliderJoint
- improved implementation of TargetPositionMotorSliderJoint
- improved implementation of TargetVelocityMotorSliderJoint
- improved implementation of HingeJoint
- improved implementation of TargetAngleMotorHingeJoint
- improved implementation of TargetVelocityMotorHingeJoint

1.6.0

Toggle 1.6.0's commit message
- added collision detection for arbitrary meshes based on cubic signe…

…d distance fields

- added Discregrid library as external project to generate cubic signed distance fields

1.5.1

Toggle 1.5.1's commit message
- bugfix

1.5.0

Toggle 1.5.0's commit message
- updated README.md

1.4.0

Toggle 1.4.0's commit message
- added TargetVelocityMotorHingeJoint

- added TargetAngleMotorHingeJoint
- extended JointDemo
- made function names consistent

1.3.0

Toggle 1.3.0's commit message
- added documentation