Back to Filament

setSoftShadowOptions

docs/android/dokka/filament-android/com.google.android.filament/-view/set-soft-shadow-options.md

1.75.0756 B
Original Source

//filament-android/com.google.android.filament/View/setSoftShadowOptions

setSoftShadowOptions

[main]
open fun setSoftShadowOptions(options: View.SoftShadowOptions)

Sets soft shadowing options that apply across the entire View. Additional light-specific VSM options can be set with shadowOptions. Only applicable when shadow type is set to ShadowType.DPCF. Warning: This API is still experimental and subject to change.

Parameters

main

optionsOptions for shadowing.

See also

setShadowType