提交 894d8014 编写于 作者: M Mr.doob

DataTexture2DArray/3D: Set unpackAlignment = 1 by default

上级 ce16713e
......@@ -16,6 +16,7 @@ class DataTexture2DArray extends Texture {
this.generateMipmaps = false;
this.flipY = false;
this.unpackAlignment = 1;
this.needsUpdate = true;
......
......@@ -24,6 +24,7 @@ class DataTexture3D extends Texture {
this.generateMipmaps = false;
this.flipY = false;
this.unpackAlignment = 1;
this.needsUpdate = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册