Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerAttributes

    interface VertexViewerAttributes {
        cameraControls: boolean;
        cameraType: FrameCamera.FrameCameraType;
        clientId: string;
        config: string | Config;
        configEnv: Environment;
        depthBuffers: FrameType;
        deviceId: string;
        enableTemporalRefinement: boolean;
        experimentalRenderingOptions: string;
        experimentalSkipVisibilityCheck: boolean;
        featureMaps: FrameType;
        keyboardControls: boolean;
        noDefaultLights: boolean;
        resizeDebounce: number;
        rotateAroundTapPoint: boolean;
        src: string;
        token: string;
    }
    Index
    cameraControls: boolean
    clientId: string
    config: string | Config
    configEnv: Environment
    depthBuffers: FrameType
    deviceId: string
    enableTemporalRefinement: boolean
    experimentalRenderingOptions: string
    experimentalSkipVisibilityCheck: boolean
    featureMaps: FrameType
    keyboardControls: boolean
    noDefaultLights: boolean
    resizeDebounce: number
    rotateAroundTapPoint: boolean
    src: string
    token: string