Obi Official Forum

Full Version: Can I Reach transform of each particle on rope.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
Thank you for your help. it worked.