Interface PointOfViewInterface

A set of properties describing the preferred view on the 3D object.

interface PointOfViewInterface {
    fov: number;
    imageId: number;
    location: Vector3;
    orientation: Quaternion;
}

Properties

fov: number

Preferred field of view [deg].

imageId: number

Id of the image defining viewing location (optional).

location: Vector3

Global coordinates describing viewing location.

orientation: Quaternion

Preferred view direction.

Generated using TypeDoc