Interface RnM2Camera

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

Hierarchy (view full)

Properties

extensions?: Gltf2AnyObject
name?: string
type: string