ImageBasedLightComponent
A Component that provides localized image-based lighting (IBL) for entities with an ImageBasedLightReceiverComponent.
This component creates lighting effects for specific objects with the following features:
Realistic environment lighting effects: Use HDR environment cubemaps (only support
.ktxfile currently) as light sources.Targeted illumination: Only affects entities with ImageBasedLightReceiverComponent.
Dynamic Control: Adjust rotation, intensity and source textures at runtime.
Constructors
Link copied to clipboard
constructor(source: ImageBasedLightSource, @FloatRange(from = -24.0, to = 24.0) intensityExponent: Float)
constructor(source: ImageBasedLightSource, @FloatRange(from = -24.0, to = 24.0) intensityExponent: Float, rotation: Quat)