Type Alias SurfaceProps

SurfaceProps: CommonComponentProps & PointerEvents & {
    color?: string;
    colorRamp?: number;
    contoursColor?: string;
    contoursColorMode?: ContourColorMode;
    contoursColorModeFactor?: number;
    contoursInterval?: number;
    contoursThickness?: number;
    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