Interface: SimpleLightmapFilterOptions

SimpleLightmapFilterOptions

Options for the SimpleLightmapFilter constructor.

Properties:
Name Type Default Description
alpha number 1

Coefficient for alpha multiplication

color ColorSource 0x000000

The color value of the ambient color

lightMap Texture

A texture where your lightmap is rendered

Members

alpha number

Coefficient for alpha multiplication

Default Value:
  • 1

color ColorSource

The color value of the ambient color

Default Value:
  • 0x000000
Example
[1.0, 1.0, 1.0] = 0xffffff

lightMap Texture

A texture where your lightmap is rendered