Bounce
Particle Action - Make a particle collide with an object, defining its restitution and friction with the surface
Make a particle collide with an object, defining its restitution and friction with the surface.
This action can be used exclusively with a Collision condition! If it is used with any other condition type, it will not have any effect.
Variables:
- Restitution: Restitution of the bounce (strength of the rebound)
- Restitution Random: Amount of randomness of the Restitution
- Friction: Amount of friction of the particle against the surface
- Friction Random: Amount of randomness of the Friction
- Spread: Amount of randomness in the direction of the bounce when the particle hits
- Traversal Chance: Percentage of chance for the particle to go through the surface e it should hit
Python
Oil.createObject("BounceParticleAction")