FlowField
Fluid-like distortion with constant smooth motion
Fluid-like distortion with constant smooth motion
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| strength | range | 0.15 | Intensity of the flow distortion |
| detail | range | 2 | Scale of the flow patterns |
| speed | range | 0 | Speed of the flow |
| evolutionSpeed | range | 0 | How fast the flow field pattern reshapes over time |
| edges | "stretch" | "transparent" | "mirror" | "wrap" | mirror | How to handle edges when distortion pushes content out of bounds |
Usage
vue
<Shader>
<FlowField>
<Circle />
</FlowField>
</Shader>