dreiDrei.docs

MeshWobbleMaterial

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>

src/core/MeshWobbleMaterial.tsx

Edit this page

MeshTransmissionMaterial
PointMaterial
  • getting started
  • abstractions
  • cameras
  • controls
  • gizmos
  • loaders
  • misc
  • modifiers
  • performances
  • portals
  • shaders
    • MeshDiscardMaterial
    • MeshDistortMaterial
    • MeshReflectorMaterial
    • MeshRefractionMaterial
    • MeshTransmissionMaterial
    • MeshWobbleMaterial
    • PointMaterial
    • shaderMaterial
    • SoftShadows
  • shapes
  • staging

On This Page