ILightingContainer

Description

interface Tinman.Engine.Components.ILightingContainer

Extended by

ModelWidget sealed
TerrainView sealed

Base interface for classes that implement image-based lighting.

Public / Attributes

Lighting


public attribute Lighting → (get)

value : Lighting

[not-null]
The lighting settings.

The global settings for high-dynamic range lighting.

Lighting​Map


public attribute LightingMap → (get,set)

value : IEnvironmentMap

[not-null]
The environment texture.

The environment map to use for image-based lighting.

Defaults to an EnvironmentMapSky object.

Lighting​Size


public attribute LightingSize → (get,set)

value : int32

[pow2]
The lightmap size.

Size of the cubemap texture that is generated from the environment map.

Defaults to 256.