We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8268143 commit 2c8b022Copy full SHA for 2c8b022
packages/dev/core/src/Shaders/geometry.fragment.fx
@@ -164,7 +164,7 @@ void main() {
164
#endif
165
#else
166
#ifdef REFLECTIVITYCOLOR
167
- reflectivity.rgb = reflectivityColor.xyz;
+ reflectivity.rgb = toLinearSpace(reflectivityColor.xyz);
168
reflectivity.a = 1.0;
169
// #else
170
// We never reach this case since even if the reflectivity color is not defined
0 commit comments