filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-compose
/
io.github.erkko68.filament.compose.scene
/
ScreenSpaceReflections
Screen
Space
Reflections
data
class
ScreenSpaceReflections
(
val
thickness
:
Float
=
0.1f
,
val
bias
:
Float
=
0.01f
,
val
maxDistance
:
Float
=
3.0f
)
Screen-space reflections (SSR).
Members
Constructors
Screen
Space
Reflections
Link copied to clipboard
constructor
(
thickness
:
Float
=
0.1f
,
bias
:
Float
=
0.01f
,
maxDistance
:
Float
=
3.0f
)
Properties
bias
Link copied to clipboard
val
bias
:
Float
max
Distance
Link copied to clipboard
val
maxDistance
:
Float
thickness
Link copied to clipboard
val
thickness
:
Float