Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Change Rope Particle Transform
#5
(31-03-2020, 10:31 AM)sadiq Wrote: Hi,

how do i change the specific rope particle position on RUNTIME?
i want to change particle position with mouse input.

thanks

Thanks Man. It's work.

(31-03-2020, 11:44 AM)josemendez Wrote: Hi,

This component works at runtime. You add it to a rope, then at runtime you can click on its particles and drag them around. Simple as that.

Can you describe your use case in more detail, and what things you've tried that did not work?

Thanks sir



It is working but sometimes rope breaks in pieces when i tried to pick and drag.




this method i am using in Picker drag event.
public void Drag()
        {
      
solver.positions[this.GetComponent<ObiRope>().solverIndices[index]] = pos;
}

Kindly guide me.
Reply


Messages In This Thread
Change Rope Particle Transform - by sadiq - 31-03-2020, 10:31 AM
RE: Change Rope Particle Transform - by sadiq - 31-03-2020, 11:31 AM
RE: Change Rope Particle Transform - by sadiq - 01-04-2020, 11:23 AM
RE: Change Rope Particle Transform - by sadiq - 01-04-2020, 11:47 AM
RE: Change Rope Particle Transform - by sadiq - 01-04-2020, 01:51 PM
RE: Change Rope Particle Transform - by sadiq - 02-04-2020, 08:36 AM
RE: Change Rope Particle Transform - by sadiq - 02-04-2020, 09:00 AM
RE: Change Rope Particle Transform - by sadiq - 03-04-2020, 06:24 AM
RE: Change Rope Particle Transform - by sadiq - 31-03-2020, 11:57 AM