Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you read and set rope data? for multiplayer purposes.
#3
(18-11-2022, 08:31 AM)josemendez Wrote: Hi there,

Yes it's possible, you can read and write all per-particle properties at runtime. See the scripting section of the manual:
http://obi.virtualmethodstudio.com/manua...icles.html

Your server should send "snapshots" of the rope as an array of particle positions and velocities. Each time the clients receive the snapshot, write these into their solver data arrays to sync the simulation.

kind regards,

Thanks

How many particles are there per meter of rope?
Reply


Messages In This Thread
RE: Can you read and set rope data? for multiplayer purposes. - by Milionario - 18-11-2022, 01:51 PM