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