Skip to content

Commit 8957240

Browse files
committed
- Crispin Deul added the implementation of his paper Deul, Kugelstadt, Weiler, Bender, "Direct Position-Based Solver for Stiff Rods", Computer Graphics Forum 2018 and a corresponding demo
1 parent 6315c0e commit 8957240

26 files changed

Lines changed: 12407 additions & 254 deletions

Changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- added new namespace for utilities
1+
- Crispin Deul added the implementation of his paper Deul, Kugelstadt, Weiler, Bender, "Direct Position-Based Solver for Stiff Rods", Computer Graphics Forum 2018 and a corresponding demo
22

33
1.6.0
44
- added collision detection for arbitrary meshes based on cubic signed distance fields

Demos/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set(PBD_DEMOS
1313
PositionBasedElasticRodsDemo
1414
RigidBodyDemos
1515
SceneLoaderDemo
16+
StiffRodsDemos
1617
)
1718

1819
add_subdirectory(Simulation)

0 commit comments

Comments
 (0)