Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Properties

extensions?: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any
extras?: any

Application-Specific data

name?: string

The user-defined name of this object

orthographic?: ICameraOrthographic

An orthographic camera containing properties to create an orthographic projection matrix

perspective?: ICameraPerspective

A perspective camera containing properties to create a perspective projection matrix

Specifies if the camera uses a perspective or orthographic projection

Legend

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

Settings

Theme