Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_rendering
fix ReflectionProbe rendering extents for (10,10,10)
This commit is contained in:
commit
c309de5399
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ struct ReflectionProbe {
|
|||
Color ambient_color;
|
||||
float ambient_color_energy = 1.0;
|
||||
float max_distance = 0;
|
||||
Vector3 extents = Vector3(1, 1, 1);
|
||||
Vector3 extents = Vector3(10, 10, 10);
|
||||
Vector3 origin_offset;
|
||||
bool interior = false;
|
||||
bool box_projection = false;
|
||||
|
|
|
@ -226,7 +226,7 @@ private:
|
|||
Color ambient_color;
|
||||
float ambient_color_energy = 1.0;
|
||||
float max_distance = 0;
|
||||
Vector3 extents = Vector3(1, 1, 1);
|
||||
Vector3 extents = Vector3(10, 10, 10);
|
||||
Vector3 origin_offset;
|
||||
bool interior = false;
|
||||
bool box_projection = false;
|
||||
|
|
Loading…
Reference in a new issue