Specify how the mesh should be interpreted by the camera

interface FirstPersonMeshAnnotation {
    extensions?: { [name: string]: any };
    extras?: any;
    node: number;
    type: "auto" | "both" | "thirdPersonOnly" | "firstPersonOnly";
}

Properties

extensions?: { [name: string]: any }
extras?: any
node: number

The index of the node that attached to target mesh.

type: "auto" | "both" | "thirdPersonOnly" | "firstPersonOnly"

How the camera interprets the mesh.