Toggle Sidebar B
Light & dark mode D

FractalNoise

Multi-octave fractal Brownian motion noise texture with true noise evolution

Multi-octave fractal Brownian motion noise texture with true noise evolution

Props

PropTypeDefaultDescription
colorAcolor#000000First color
colorBcolor#ffffffSecond color
octavesrange4Number of noise octaves (more = more detail)
detailrange2How much finer each successive octave becomes
contrastrange0.5How strongly finer octaves contribute - higher values create more texture contrast
speedrange0.15Speed at which the noise pattern evolves in place
anglerange0Rotation angle in degrees
seedrange0Random seed for pattern variation
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"linearColor space for interpolation

Usage

vue
<Shader>
  <FractalNoise />
</Shader>