@equinor/videx-3d
    Preparing search index...

    Type Alias SurfaceProps

    SurfaceProps: CommonComponentProps & PointerEvents & {
        color?: string;
        colorRamp?: number;
        contoursColor?: string;
        contoursColorMode?: ContourColorMode;
        contoursColorModeFactor?: number;
        contoursInterval?: number;
        contoursThickness?: number;
        debug?: boolean;
        doubleSide?: boolean;
        maxError?: number;
        meta: SurfaceMeta;
        normalMap?: Texture;
        normalScale?: Vec2;
        opacity?: number;
        priority?: number;
        rampMax?: number;
        rampMin?: number;
        reverseRamp?: boolean;
        showContours?: boolean;
        useColorRamp?: boolean;
        wireframe?: boolean;
    }

    Surface props