Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you read and set rope data? for multiplayer purposes.
#5
(22-11-2022, 04:12 PM)Milionario Wrote: How do i turn off the simulation on the client? I am setting the positions for the rope but it looks like its trying to simulate at the same time

https://gyazo.com/4749148d2a329fbd49b8507de9d55edc

Hi!

You can disable the solver component.

Note that for networking purposes, you typically wouldn't want to disable simulation, as that will result in choppy behavior when network snapshots do not arrive in a timely manner. You'd want to use dead reckoning, a simple way of doing this is set particle positions and velocities, and allow the client to simulate until a new snapshot arrives.
Reply


Messages In This Thread