Defines a list of View Cube text labels managed by ViewCubeLabels. Tip: load UNICODE-aware font OccViewer.registerFontFromUrl before assigning localized non-Latin labels.

interface ViewCubeLabels {
    back: string;
    bottom: string;
    front: string;
    left: string;
    right: string;
    top: string;
    x: string;
    y: string;
    z: string;
}

Properties

back: string
bottom: string
front: string
left: string
right: string
top: string
x: string
y: string
z: string