22-04-2021, 07:54 AM
(This post was last modified: 22-04-2021, 07:55 AM by josemendez.)
(21-04-2021, 12:39 PM)CumaliSAH1N Wrote: If it's possible how can I constrain soft body
- Y rotation
- Z position
there is this thread about the position constrain, but the solution given there didn't work for me.
Thanks in advance.
Hi there,
You just set the particle's position in the z axis to zero, or to any fixed value you want. For rotation it's similar, you just project the particle's rotation quaternion to the desired axis. You can do this using the particle API: http://obi.virtualmethodstudio.com/tutor...icles.html
Can you provide more details regarding what you have tried so far, and why it didn't work for you?