Skip to content

Commit

Permalink
Core: Remove some defines unused (#27346)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Dec 10, 2023
1 parent 65db18a commit 5a675e6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,14 @@ export default /* glsl */`
// These defines must match with PMREMGenerator
#define cubeUV_r0 1.0
#define cubeUV_v0 0.339
#define cubeUV_m0 - 2.0
#define cubeUV_r1 0.8
#define cubeUV_v1 0.276
#define cubeUV_m1 - 1.0
#define cubeUV_r4 0.4
#define cubeUV_v4 0.046
#define cubeUV_m4 2.0
#define cubeUV_r5 0.305
#define cubeUV_v5 0.016
#define cubeUV_m5 3.0
#define cubeUV_r6 0.21
#define cubeUV_v6 0.0038
#define cubeUV_m6 4.0
float roughnessToMip( float roughness ) {
Expand Down

0 comments on commit 5a675e6

Please sign in to comment.