Strata - v1.4.10
    Preparing search index...

    Interface GradientMeshRef

    Ref interface for GradientMesh.

    interface GradientMeshRef {
        material: ShaderMaterial | null;
        mesh:
            | Mesh<
                BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
                Material | Material[],
                Object3DEventMap,
            >
            | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    material: ShaderMaterial | null

    Access to the generated ShaderMaterial.

    mesh:
        | Mesh<
            BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            Material | Material[],
            Object3DEventMap,
        >
        | null

    Access to the underlying Mesh instance.