ScreenSpaceReflections

data class ScreenSpaceReflections(val thickness: Float = 0.1f, val bias: Float = 0.01f, val maxDistance: Float = 3.0f)

Screen-space reflections (SSR).

Constructors

Link copied to clipboard
constructor(thickness: Float = 0.1f, bias: Float = 0.01f, maxDistance: Float = 3.0f)

Properties

Link copied to clipboard
val bias: Float
Link copied to clipboard
Link copied to clipboard