Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraOrthographic

An orthographic camera containing properties to create an orthographic projection matrix.

Hierarchy

  • CameraOrthographic

Indexable

[k: string]: any

An orthographic camera containing properties to create an orthographic projection matrix.

Index

Properties

Optional extensions

extensions: any

Optional extras

extras: any

xmag

xmag: number

The floating-point horizontal magnification of the view. Must not be zero.

ymag

ymag: number

The floating-point vertical magnification of the view. Must not be zero.

zfar

zfar: number

The floating-point distance to the far clipping plane. zfar must be greater than znear.

znear

znear: number

The floating-point distance to the near clipping plane.