Explorar o código

Merge pull request #14840 from takahirox/Fix3DTextureImport

Fix missing Texture3D import in WebGLUniforms
Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
9f7cc2d425
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/renderers/webgl/WebGLUniforms.js

+ 1 - 0
src/renderers/webgl/WebGLUniforms.js

@@ -51,6 +51,7 @@
 
 import { CubeTexture } from '../../textures/CubeTexture.js';
 import { Texture } from '../../textures/Texture.js';
+import { Texture3D } from '../../textures/Texture3D.js';
 
 var emptyTexture = new Texture();
 var emptyTexture3d = new Texture3D();