Strata - v1.4.10
    Preparing search index...

    Variable GradientMeshConst

    GradientMesh: ForwardRefExoticComponent<
        GradientMeshProps & RefAttributes<GradientMeshRef>,
    > = ...

    Procedural Linear Gradient Mesh.

    Applies a two- or three-color linear gradient to a mesh surface. Supports vertical, horizontal, and custom direction vectors.

    <GradientMesh
    colorStart="blue"
    colorEnd="red"
    direction={new THREE.Vector2(1, 1)}
    >
    <planeGeometry args={[10, 10]} />
    </GradientMesh>