|
Unravel Engine C++ Reference
|
Structure representing box projection data. More...
#include <reflection_probe.h>
Public Attributes | |
| math::vec3 | extents = {5.0, 5.0f, 5.0f} |
| Extents of the box projection. | |
| float | transition_distance = 1.0f |
| Transition distance for the box projection. | |
Structure representing box projection data.
Definition at line 40 of file reflection_probe.h.
| math::vec3 unravel::reflection_probe::box::extents = {5.0, 5.0f, 5.0f} |
Extents of the box projection.
Definition at line 43 of file reflection_probe.h.
| float unravel::reflection_probe::box::transition_distance = 1.0f |
Transition distance for the box projection.
Definition at line 45 of file reflection_probe.h.