未验证 提交 9f7cc2d4 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14840 from takahirox/Fix3DTextureImport

Fix missing Texture3D import in WebGLUniforms
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册