Type Alias Gltf2Camera

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