ReflectionProbeComponent constructor
ReflectionProbeComponent({})
Creates a reflection probe over a box of half-size extents.
Implementation
ReflectionProbeComponent({
Vector3? extents,
this.blendDistance = 1.0,
this.priority = 10.0,
this.weight = 1.0,
this.faceResolution = 128,
this.captureOnActivate = true,
}) : extents = extents ?? Vector3.all(5.0);