Function ReflectionProbe.boxProjection
If true
, enables box projection. This makes reflections look more correct in rectangle-shaped rooms by offsetting the reflection center depending on the camera's location.
bool boxProjection() nothrow @property @nogc;
void boxProjection
(
bool v
) nothrow @property @nogc;