Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICamera

A camera's projection. A node can reference a camera to apply a transform to place the camera in the scene

Hierarchy

Index

Properties

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

Optional nameSearch playground for name

name: string

The user-defined name of this object

Optional orthographicSearch playground for orthographic

orthographic: ICameraOrthographic

An orthographic camera containing properties to create an orthographic projection matrix

Optional perspectiveSearch playground for perspective

perspective: ICameraPerspective

A perspective camera containing properties to create a perspective projection matrix

typeSearch playground for type

Specifies if the camera uses a perspective or orthographic projection

Legend

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