Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to enhance the spring power of rod?
#1
The case is as below:

On the wall, there is a rod. The player can put some heavy thing on it. When the thing is too heavy, the rod will break or slip down from the rod, which deforms too much. And then the player fails.

   


As the picture showed, I almost done it. But there is a problem. I can't find a better way to make the rod handle heavy things. Increasing the iterations of Bend/Twist Constraints or substeps of updater can increase the power of rod, but it will cause performance issue.

Please let me know if you have any suggestions, Thanks.

By the way, I am using Obi rope 6.5.4.
Reply
#2
(05-08-2023, 12:07 PM)cmanlh Wrote: Please let me know if you have any suggestions, Thanks.
  • Lower rod resolution
  • Higher particle mass
  • More 'Stretch & Shear' & 'Bend & Twist' iterations, or make them sequential instead of parallel
Reply
#3
(05-08-2023, 04:35 PM)astro.domine Wrote:
  • Lower rod resolution
  • Higher particle mass
  • More 'Stretch & Shear' & 'Bend & Twist' iterations, or make them sequential instead of parallel

Hi

Thanks a lot.  The second one is what I want. Different material can be setting different mass, and it has different strength. Interesante
Reply