Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Light

Hierarchy

  • Light

Index

Constructors

constructor

Properties

Readonly color

color: Property<Color> = ...

The color value of a light.

Optional Readonly coneAngle

coneAngle: Property<number> = ...

Optional Readonly coneFeather

coneFeather: Property<number> = ...

Readonly intensity

intensity: Property<number> = ...

The intensity values of a light as a percentage.

Readonly pointOfInterest

pointOfInterest: Property<Vector3D> = ...

The point of interest values for a light in world space.

Readonly shadowDarkness

shadowDarkness: Property<number> = ...

The shadow darkness value of a light as a percentage.

Readonly shadowDiffusion

shadowDiffusion: Property<number> = ...

The shadow diffusion value of a light, in pixels.

Generated using TypeDoc