Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Can I Reach transform of each particle on rope.
#1
I m trying to give water passing effect to the rope as the video in link below.  i think to give the effect; i can change the local scale of each particles at different duration.


the video link is here and i want to make between 0.07 - 0.10 seconds.  
 
 https://streamable.com/d118np

how can i make it by using obi rope.

thank you in advance.
Reply
#2
Hi there,

Note that particles don't have a "transform" as they're not gameObjects, they have separate position, orientation, and radius.

See the particle API documentation:
http://obi.virtualmethodstudio.com/manua...icles.html

Using it you can change particle radius or any other per-particle property at runtime.
Reply
#3
Thank you for your help. it worked.
Reply