InteractiveComputerGraphics / PositionBasedDynamics

PositionBasedDynamics is a library for the physically-based simulation of rigid bodies, deformable solids and fluids.
MIT License
1.89k stars 358 forks source link

How to cancel the unnecessary status bar of AntTweakBar #104

Closed Jason-Hayes closed 2 years ago

Jason-Hayes commented 2 years ago

hi,When I run CosseratRodsDemo, in fact, its parameters only need stretchShear and bendTwist, but there are cloth related parameters in the status bar, WeChat Image_20211022230727 I tried to find his function, but didn't find out, what should I do to cancel the unnecessary status bar, thank you very much.

janbender commented 2 years ago

The GUI lists all generic parameters of the TimeStepController, which can handle solids, cloth and rods. However, this is just a demo. So if you want to optimize the demo for rods, just implement an own TimeStepController.