Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LightingEnvironment

A lighting environment represents the different lighting conditions for a specific object or an entire scene.

Hierarchy

  • LightingEnvironment

Implements

  • IRendererPlugin

Index

Constructors

constructor

Properties

Optional fog

fog?: Fog

Optional imageBasedLighting

imageBasedLighting?: ImageBasedLighting

The image-based lighting object.

lights

lights: Light[] = []

The lights affecting this lighting environment.

renderer

renderer: Renderer

Static main

The main lighting environment which is used by default.

Accessors

valid

  • get valid(): boolean

Methods

destroy

  • destroy(): void

Generated using TypeDoc