Interface: IPerspectiveCameraOptions
Core-API.IPerspectiveCameraOptions
Hierarchy
↳
IPerspectiveCameraOptions
Properties
zoom
• zoom: number
default
1
Inherited from
Defined in
aspect
• aspect: number
| "auto"
Camera frustum aspect ratio, window width divided by window height.
default
1
Inherited from
Defined in
controlsMode
• controlsMode: string
Inherited from
Defined in
controlsEnabled
• controlsEnabled: boolean
deprecated
use controlsMode='' instead instead
Inherited from
ICameraOptions.controlsEnabled
Defined in
position
• position: Vector3Tuple
Inherited from
Defined in
target
• target: Vector3Tuple
Inherited from
Defined in
type
• type: "PerspectiveCamera"
Defined in
fov
• fov: number
Camera frustum vertical field of view, from bottom to top of view, in degrees.
default
50
Defined in
focus
• focus: number
default
10