Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Pull particles in a given direction
#7
Quote:
Physics-related stuff should always be updated in FixedUpdate.
Yes, this is how we do it.
Quote:
Also depending on what your needs are, maybe all you need to displace is the rope's mesh, and not particles themselves. This can be done by modifying ObiRopeExtrudedRenderer.cs to move path frames (ObiPathFrame structs) around prior to building the mesh. Consider whether this is feasible in your case.
Hm, no, I'm afraid this is not. See, this bulge should be able to collide with rope, the rope should behave like a rope too.
Maybe we can change collision detection radius at a given particle?
Reply


Messages In This Thread
Pull particles in a given direction - by xkalibrx - 19-05-2021, 05:09 PM
RE: Pull particles in a given direction - by xkalibrx - 25-05-2021, 11:34 AM