Type Alias Viewer3DZebra

Viewer3DZebra: {
    active: boolean;
    colorScheme: string;
    mappingMode: string;
    opacity: number;
    stripeCount: number;
    stripeDirection: number;
}

Type declaration

  • active: boolean
  • colorScheme: string

    Available: "blackwhite" | "colorful" | "grayscale"

  • mappingMode: string

    Available: "reflection" | "normal"

  • opacity: number
  • stripeCount: number
  • stripeDirection: number