top of page

SDF Linear Transform Shader


This system uses Signed Distance Field (SDF) to position particles along a surface or shape. It helps particles stick to or follow the shape. Turbulence adds randomness to their movement, making them more natural. Particle strips are used to create continuous paths, like trails or flows, where particles move smoothly along a defined path.

bottom of page