Contents

SCNParticleModifierStage.postCollision

The stage after SceneKit simulates the results of collisions between particles and scene geometry.

Declaration

case postCollision

Discussion

Insert a modifier block at this stage to alter the output of collision resolution. For example, if you modify the velocities of particles during this stage, the modified velocities override the bounce velocity determined by SceneKit’s simulation.

See Also

Constants