Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Sync cloth proxy source cloth over network
#2
Hi there!

You could try just fixing the particles in place, and overriding their positions manually (with the network data). This way you only need to sync particle positions.

When you set the particle inverse mass to zero, it is considered "fixed" in place. Then you can override its position manually. See:
http://obi.virtualmethodstudio.com/manua...icles.html

Quote:Inverse mass for each particle. An inverse mass of 0 means the particle's mass is infinite, so its position will be unaffected by dynamics (allowing you to override it manually).
Reply


Messages In This Thread
RE: Sync cloth proxy source cloth over network - by josemendez - 25-10-2021, 12:02 PM