Options
All
  • Public
  • Public/Protected
  • All
Menu

External module camera

Index

Variables

Const CameraClearFlag

CameraClearFlag: object = Enum({SKYBOX: SKYBOX_FLAG | GFXClearFlag.DEPTH_STENCIL,SOLID_COLOR: GFXClearFlag.ALL,DEPTH_ONLY: GFXClearFlag.DEPTH_STENCIL,DONT_CLEAR: GFXClearFlag.NONE,})

Type declaration

Const ProjectionType

ProjectionType: object = Enum({/*** 正交相机。* @property Ortho* @readonly*/ORTHO: 0,/*** 透视相机。* @property Perspective* @readonly*/PERSPECTIVE: 1,})

The projection type
投影类型。

static
enum

CameraComponent.Projection

Type declaration

  • ORTHO: number

    正交相机。

    property

    Ortho

    readonly
  • PERSPECTIVE: number

    透视相机。

    property

    Perspective

    readonly

Const _temp_vec3_1

_temp_vec3_1: Vec3 = new Vec3()

Generated using TypeDoc