Back to Filament

intensity

docs/android/dokka/filament-android/com.google.android.filament/-skybox/-builder/intensity.md

1.75.01016 B
Original Source

//filament-android/com.google.android.filament/Skybox/Builder/intensity

intensity

[main]
open fun intensity(envIntensity: Float): Skybox.Builder

Sets the Skybox intensity when no IndirectLight is set on the Scene.

This call is ignored when an IndirectLight is set on the Scene, and the intensity of the IndirectLight is used instead.

Return

This Builder, for chaining calls.

Parameters

main

envIntensityScale factor applied to the skybox texel values such that the result is in lux, or lumen/m^2 (default = 30000)

See also

IndirectLight.Builder