Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraPerspective

A perspective camera containing properties to create a perspective projection matrix.

Hierarchy

  • CameraPerspective

Indexable

[k: string]: any

A perspective camera containing properties to create a perspective projection matrix.

Index

Properties

Optional aspectRatio

aspectRatio: number

The floating-point aspect ratio of the field of view.

Optional extensions

extensions: any

Optional extras

extras: any

yfov

yfov: number

The floating-point vertical field of view in radians.

Optional zfar

zfar: number

The floating-point distance to the far clipping plane.

znear

znear: number

The floating-point distance to the near clipping plane.