Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICameraPerspective

A perspective camera containing properties to create a perspective projection matrix

Hierarchy

Index

Properties

Optional aspectRatioSearch playground for aspectRatio

aspectRatio: number

The floating-point aspect ratio of the field of view

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

yfovSearch playground for yfov

yfov: number

The floating-point vertical field of view in radians

Optional zfarSearch playground for zfar

zfar: number

The floating-point distance to the far clipping plane

znearSearch playground for znear

znear: number

The floating-point distance to the near clipping plane

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method