Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::reflection_probe::box Struct 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.
 

Detailed Description

Structure representing box projection data.

Definition at line 40 of file reflection_probe.h.

Member Data Documentation

◆ extents

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.

◆ transition_distance

float unravel::reflection_probe::box::transition_distance = 1.0f

Transition distance for the box projection.

Definition at line 45 of file reflection_probe.h.


The documentation for this struct was generated from the following file: