Browse Source

fix export

Filipp Keks 5 years ago
parent
commit
8f7ff78333
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/renderers/webgl/WebGLMaterials.js

+ 2 - 0
src/renderers/webgl/WebGLMaterials.js

@@ -668,3 +668,5 @@ WebGLMaterials.prototype.refreshUniformsNormal = function ( uniforms, material )
 	}
 	}
 
 
 };
 };
+
+export { WebGLMaterials };