|
@@ -3,7 +3,7 @@ export default /* glsl */`
|
|
|
|
|
|
uniform float reflectivity;
|
|
uniform float reflectivity;
|
|
|
|
|
|
- #if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( USE_CLEARCOAT_NORMALMAP ) || defined( PHONG )
|
|
|
|
|
|
+ #if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG )
|
|
|
|
|
|
#define ENV_WORLDPOS
|
|
#define ENV_WORLDPOS
|
|
|
|
|