Class IESProfile
Contains IES profile texture used by the lights to simulate real life bulb light emission.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class IESProfile : TextureBase
Constructors
IESProfile()
Properties
Brightness
The light brightness in Lumens, imported from IES profile.
Declaration
[Unmanaged]
public float Brightness { get; set; }
Property Value
System.Single
|
TextureMultiplier
The multiplier to map texture value to result to integrate over the sphere to 1.
Declaration
[Unmanaged]
public float TextureMultiplier { get; set; }
Property Value
System.Single
|