fix ReflectionProbe rendering extents for (10,10,10)
This commit is contained in:
parent
9937915ad7
commit
2da3acf620
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ struct ReflectionProbe {
|
||||||
Color ambient_color;
|
Color ambient_color;
|
||||||
float ambient_color_energy = 1.0;
|
float ambient_color_energy = 1.0;
|
||||||
float max_distance = 0;
|
float max_distance = 0;
|
||||||
Vector3 extents = Vector3(1, 1, 1);
|
Vector3 extents = Vector3(10, 10, 10);
|
||||||
Vector3 origin_offset;
|
Vector3 origin_offset;
|
||||||
bool interior = false;
|
bool interior = false;
|
||||||
bool box_projection = false;
|
bool box_projection = false;
|
||||||
|
|
|
@ -226,7 +226,7 @@ private:
|
||||||
Color ambient_color;
|
Color ambient_color;
|
||||||
float ambient_color_energy = 1.0;
|
float ambient_color_energy = 1.0;
|
||||||
float max_distance = 0;
|
float max_distance = 0;
|
||||||
Vector3 extents = Vector3(1, 1, 1);
|
Vector3 extents = Vector3(10, 10, 10);
|
||||||
Vector3 origin_offset;
|
Vector3 origin_offset;
|
||||||
bool interior = false;
|
bool interior = false;
|
||||||
bool box_projection = false;
|
bool box_projection = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue