Hilo3d API - v2.0.0
    Preparing search index...

    Interface GLTFCamera

    interface GLTFCamera {
        aspectRatio?: number;
        extensions?: Readonly<Record<string, unknown>>;
        extras?: JsonValue;
        name?: string;
        orthographic?: GLTFOrthographicCamera;
        perspective?: GLTFPerspectiveCamera;
        type: "perspective" | "orthographic";
    }

    Hierarchy (View Summary)

    Index
    aspectRatio?: number

    glTF 1.0 stored aspectRatio beside the perspective object.

    extensions?: Readonly<Record<string, unknown>>
    extras?: JsonValue
    name?: string
    orthographic?: GLTFOrthographicCamera
    perspective?: GLTFPerspectiveCamera
    type: "perspective" | "orthographic"