@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Interface MeshOutlineProps

    Props for the MeshOutline component.

    interface MeshOutlineProps {
        color?: string;
        geometry: BufferGeometry;
        thickness?: number;
        visible?: boolean;
    }
    Index

    Properties

    color?: string

    Color of the outline

    '#ff6b00'
    
    geometry: BufferGeometry

    The geometry to outline

    thickness?: number

    Thickness of the outline (scale multiplier)

    0.03
    
    visible?: boolean

    Whether the outline is visible

    true