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>