We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65db18a commit 5a675e6Copy full SHA for 5a675e6
src/renderers/shaders/ShaderChunk/cube_uv_reflection_fragment.glsl.js
@@ -119,19 +119,14 @@ export default /* glsl */`
119
// These defines must match with PMREMGenerator
120
121
#define cubeUV_r0 1.0
122
- #define cubeUV_v0 0.339
123
#define cubeUV_m0 - 2.0
124
#define cubeUV_r1 0.8
125
- #define cubeUV_v1 0.276
126
#define cubeUV_m1 - 1.0
127
#define cubeUV_r4 0.4
128
- #define cubeUV_v4 0.046
129
#define cubeUV_m4 2.0
130
#define cubeUV_r5 0.305
131
- #define cubeUV_v5 0.016
132
#define cubeUV_m5 3.0
133
#define cubeUV_r6 0.21
134
- #define cubeUV_v6 0.0038
135
#define cubeUV_m6 4.0
136
137
float roughnessToMip( float roughness ) {
0 commit comments