Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obi Ropes Multiplayer Sync
#6
(28-09-2023, 09:28 AM)fevzi Wrote: Sorry, i dont want to bother you, but im new to programming and all of this is a little hard for me to understand.

If you're new to programming, starting with something as complex as deformable physics synchronization over the network is probably a very bad idea. There's tons of concepts that you'll need to understand to get this to work, otherwise you will probably get stuck every step of the way.

(28-09-2023, 09:28 AM)fevzi Wrote: Could you maybe tell me how to sync start and prev positions ?

Same as you're doing with the other arrays, but using rope.solver.startPositions and rope.solver.prevPositions.

cheers,
Reply


Messages In This Thread
Obi Ropes Multiplayer Sync - by fevzi - 27-09-2023, 04:25 PM
RE: Obi Ropes Multiplayer Sync - by josemendez - 27-09-2023, 06:01 PM
RE: Obi Ropes Multiplayer Sync - by fevzi - 27-09-2023, 08:59 PM
RE: Obi Ropes Multiplayer Sync - by josemendez - 28-09-2023, 08:24 AM
RE: Obi Ropes Multiplayer Sync - by fevzi - 28-09-2023, 09:28 AM
RE: Obi Ropes Multiplayer Sync - by josemendez - 28-09-2023, 09:34 AM
RE: Obi Ropes Multiplayer Sync - by fevzi - 01-10-2023, 03:28 PM