Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to fully reset a Softbody actor
#3
(23-11-2020, 04:09 PM)josemendez Wrote: Plastic deformation is stored as a 4x4 matrix per shape matching constraint. Currently this is internal data, specific to each backend, and not exposed trough the API.

You could set the plastic recovery parameter to a high value, so that the deformation matrices are reset at the end of the first simulation step after resetting the softbody.

In the future we will consider exposing the deformation tensors trough the API.

Thanks for the info. The solution you suggest should be viable for my use-case, I'll try it out.
I think having API access would be greatly appreciated, considering the API doesn't offer that many high-level methods (such as Reset).

Nevertheless, I'm very happy with the Plugin, keep up the good work.
Reply


Messages In This Thread
How to fully reset a Softbody actor - by JanikH - 23-11-2020, 03:44 PM
RE: How to fully reset a Softbody actor - by JanikH - 23-11-2020, 06:08 PM