Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing a model camera data in the viewer.

Hierarchy

  • Camera

Index

Properties

fieldOfView?: number

The camera field of view in degrees. Defaults to 60 in TC3DV.

lookAt?: Vector3

The camera look-at position. The coordinates are in meters.

deprecated

use pitch and yaw instead

orthoSize?: number

The view scale

pitch?: number

Rotation pitch angle in radians

position?: Vector3

The camera position. The coordinates are in meters.

projectionType?: ProjectionType

The camera projection type

quaternion?: Quaternion

Rotation quaternion

upDirection?: Vector3

The camera's up direction unit vector.

deprecated

use pitch and yaw instead

yaw?: number

Rotation yaw angle in radians