소스 검색

Include <common> shader chunk in normal material

Garrett Johnson 6 년 전
부모
커밋
78f852db24
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/renderers/shaders/ShaderLib/normal_vert.glsl.js

+ 1 - 0
src/renderers/shaders/ShaderLib/normal_vert.glsl.js

@@ -20,6 +20,7 @@ export default /* glsl */`
 
 #endif
 
+#include <common>
 #include <uv_pars_vertex>
 #include <displacementmap_pars_vertex>
 #include <morphtarget_pars_vertex>