@twinfinity/core
    Preparing search index...

    Type Alias CameraMode

    CameraMode: "fps" | "pivot" | "all"

    CameraMode can have one of three values

    • 'fps' = first person camera, mouse control the rotation of the camera pivoting around itself. Move around with keyboard keys W, A, S and D.
    • 'pivot' = Left mouse button intersects BIM model for finding a pivot point. This point is then used for rotation calculation camera about pivot.
    • 'all' = 'pivot' by default, 'fps' when holding the right mouse button.

    Middle mouse button pans the camera view and scroll wheel controls zoom.