📄 drei/shaders/mesh-wobble-material

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


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

This material makes your geometry wobble and wave around. It was taken from the threejs-examples and adapted into a self-contained material.

<mesh>
  <boxGeometry />
  <MeshWobbleMaterial factor={1} speed={10} />
</mesh>