BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface CameraState

    Represents the state of the camera.

    1. position (3 floats)
    2. target (3 floats)
    3. direction (3 floats)
    4. right (3 floats)
    5. up (3 floats)
    6. linear speed (1 float)
    7. angular speed (1 float)
    8. zoom speed (1 float)
    9. min blend zoom (1 float)
    10. max blend zoom (1 float)
    interface CameraState {
        type: BIM_CAMERA_TYPE;
        state: number[];
        panPrefered: boolean;
    }
    Index

    Properties

    type: BIM_CAMERA_TYPE
    state: number[]
    panPrefered: boolean