Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Is it possible to make the cloth taut in real time?
#4
(29-08-2018, 04:04 PM)jb88886 Wrote: Great, thank you!

Another question, do you know how I can get the particle index from collision to change it to fixed from unfixed upon collision in the script? I read that you can set the particle position, but I didn't see if there was a method to get the index.

just use
Code:
int index = contact.particle;
See:

http://obi.virtualmethodstudio.com/tutor...sions.html
Reply


Messages In This Thread
RE: Is it possible to make the cloth taut in real time? - by josemendez - 29-08-2018, 05:13 PM