소스 검색

add clearCoatNormal context only to physical

sunag 6 년 전
부모
커밋
f5110b235b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/renderers/shaders/ShaderChunk/common.glsl.js

+ 2 - 0
src/renderers/shaders/ShaderChunk/common.glsl.js

@@ -39,7 +39,9 @@ struct GeometricContext {
 	vec3 position;
 	vec3 normal;
 	vec3 viewDir;
+#ifdef PHYSICAL
 	vec3 clearCoatNormal;
+#endif
 };
 
 vec3 transformDirection( in vec3 dir, in mat4 matrix ) {