BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    Interface ViewPoint

    interface ViewPoint {
        direction: vec3;
        fov?: number;
        position: vec3;
        up: vec3;
    }
    Index

    Properties

    direction: vec3
    fov?: number
    position: vec3
    up: vec3