Explorar o código

Include <common> shader chunk in normal material

Garrett Johnson %!s(int64=6) %!d(string=hai) anos
pai
achega
78f852db24
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>