Skip to content

Documentation / scene / PBRReflectionMode

Type Alias: PBRReflectionMode

PBRReflectionMode = "none" | "ggx" | "anisotropic" | "glint"

Defined in: libs/scene/src/material/mixins/lightmodel/pbrmetallicroughness.ts:25

Reflection modes for PBRMetallicRoughness material

Released under the MIT License.