Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_rendering
fix ReflectionProbe rendering extents for (10,10,10)
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user