Interface: IOrthographicCameraOptions
Core-API.IOrthographicCameraOptions
Hierarchy
↳
IOrthographicCameraOptions
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: "OrthographicCamera"
frustumSize
• Optional
frustumSize: number
Camera frustum size. top, bottom, left, right are ignored if this is not undefined
default
1
left
• left: number
Camera frustum left plane.
default
-1
right
• right: number
Camera frustum right plane.
default
1
top
• top: number
Camera frustum top plane.
default
1
bottom
• bottom: number
Camera frustum bottom plane.
default
-1