[Question] Question about deformable body material #1136
Unanswered
yuezhezhang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
From what the PhysX team mentioned -- For higher stiffness, you can:
Also a soft body will always be a bit soft, no matter how hard you optimize the solver. For real rigid bodies, just use the PhysX SDK's rigid bodies. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I try to test the behaviors of deformable objects in file run_deformable_object.
As I searched online the poisson ratio and Young's module of steel should be 0.3 and 200GPa, but when I set
poissons_ratio=0.3, youngs_modulus=2e11
, it does not seem like steel:run_deformable_obj.mp4
I also tried to pick the object, and the gripper also seemed to smash it.
Do you know how may I tune the behavior better? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions