📄 drei/shaders/mesh-distort-material

File: mesh-distort-material.md | Updated: 11/15/2025


title: MeshDistortMaterial sourcecode: src/core/MeshDistortMaterial.tsx

<Grid cols={4}> <li> <Codesandbox id="l03yb" /> </li> </Grid>

This material makes your geometry distort following simplex noise.

<mesh>
  <boxGeometry />
  <MeshDistortMaterial distort={1} speed={10} />
</mesh>