You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if there is some kind of interface so that I can define a struct or some class and have it be an object in Warp's model class? I want to implement cables attached to rigid bodies and have as a custom control the changing of the rest lengths.
The text was updated successfully, but these errors were encountered:
Hi @Sina-Haz, we don't have such an interface yet where custom elements can be added to the model or control object. But you could simply assign your own structures to the Model or Control objects that you need for cable simulation and perform some custom handling before/after Integrator.simulate() yourself.
Hi, I was wondering if there is some kind of interface so that I can define a struct or some class and have it be an object in Warp's model class? I want to implement cables attached to rigid bodies and have as a custom control the changing of the rest lengths.
The text was updated successfully, but these errors were encountered: