Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReceivedOrthographicCamera

Hierarchy

Index

Constructors

  • new ReceivedOrthographicCamera(viewVector: Vector3, lookAt: Vector3, up: Vector3, near: number, far: number, aspectRatio: number, fovHeight: number, rotationPoint?: Vector3): ReceivedOrthographicCamera

Properties

aspectRatio: number
bottom: number
far: number
fovHeight: number
left: number
lookAt: Vector3
near: number
position: Vector3
right: number
rotationPoint?: Vector3
top: number
up: Vector3

Accessors

  • get direction(): Vector3
  • get frustumProjectionViewMatrix(): Matrix4
  • get projectionMatrix(): Matrix4
  • get projectionMatrixInverse(): Matrix4
  • get projectionViewMatrix(): Matrix4
  • get viewMatrix(): Matrix4
  • get viewVector(): Vector3
  • get worldMatrix(): Matrix4

Methods

  • intersectLineWithNear(line: Line3): undefined | Vector3
  • isPointBehindNear(world: Vector3): boolean
  • fromBoundingBox(camera: FrameCamera, boundingBox: BoundingBox, aspectRatio: number): FrameCameraBase