Options
All
  • Public
  • Public/Protected
  • All
Menu

A StandardView represents common view orientations for a camera.

Hierarchy

  • StandardView

Index

Constructors

  • new StandardView(position: Vector3, up: Vector3): StandardView

Properties

position: Vector3
up: Vector3
BACK: StandardView = ...

A standard view that positions the camera facing the back of the scene.

BACK_LEFT: StandardView = ...

A standard view that positions the camera facing the back-left of the scene.

BACK_RIGHT: StandardView = ...

A standard view that positions the camera facing the back-right of the scene.

BOTTOM: StandardView = ...

A standard view that positions the camera facing the bottom of the scene.

BOTTOM_BACK: StandardView = ...

A standard view that positions the camera facing the bottom-back of the scene.

BOTTOM_BACK_LEFT: StandardView = ...

A standard view that positions the camera facing the bottom-back-left of the scene.

BOTTOM_BACK_RIGHT: StandardView = ...

A standard view that positions the camera facing the bottom-back-right of the scene.

BOTTOM_FRONT: StandardView = ...

A standard view that positions the camera facing the bottom-front of the scene.

BOTTOM_FRONT_LEFT: StandardView = ...

A standard view that positions the camera facing the bottom-front-left of the scene.

BOTTOM_FRONT_RIGHT: StandardView = ...

A standard view that positions the camera facing the bottom-front-right of the scene.

BOTTOM_LEFT: StandardView = ...

A standard view that positions the camera facing the bottom-left of the scene.

BOTTOM_RIGHT: StandardView = ...

A standard view that positions the camera facing the bottom-right of the scene.

FRONT: StandardView = ...

A standard view that positions the camera facing the front of the scene.

FRONT_LEFT: StandardView = ...

A standard view that positions the camera facing the front-left of the scene.

FRONT_RIGHT: StandardView = ...

A standard view that positions the camera facing the front-right of the scene.

LEFT: StandardView = ...

A standard view that positions the camera facing the right of the scene.

RIGHT: StandardView = ...

A standard view that positions the camera facing the left of the scene.

TOP: StandardView = ...

A standard view that positions the camera facing the top of the scene.

TOP_BACK: StandardView = ...

A standard view that positions the camera facing the top-back of the scene.

TOP_BACK_LEFT: StandardView = ...

A standard view that positions the camera facing the top-back-left of the scene.

TOP_BACK_RIGHT: StandardView = ...

A standard view that positions the camera facing the top-back-right of the scene.

TOP_FRONT: StandardView = ...

A standard view that positions the camera facing the top-front of the scene.

TOP_FRONT_LEFT: StandardView = ...

A standard view that positions the camera facing the top-front-left of the scene.

TOP_FRONT_RIGHT: StandardView = ...

A standard view that positions the camera facing the top-front-right of the scene.

TOP_LEFT: StandardView = ...

A standard view that positions the camera facing the top-left of the scene.

TOP_RIGHT: StandardView = ...

A standard view that positions the camera facing the top-right of the scene.

Methods