rhodonite
    Preparing search index...

    Type Alias Gltf2Camera

    type Gltf2Camera = {
        extensions?: Gltf2AnyObject;
        extras?: Gltf2AnyObject;
        name?: string;
        orthographic?: Gltf2CameraOrthographic;
        perspective?: Gltf2CameraPerspective;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extensions?: Gltf2AnyObject
    name?: string
    type: string