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

Texture: Do not serialise matrix for now.

上级 fd145057
......@@ -186,9 +186,6 @@ Object.assign( Texture.prototype, EventDispatcher.prototype, {
offset: [ this.offset.x, this.offset.y ],
rotation: this.rotation,
matrixAutoUpdate: this.matrixAutoUpdate,
matrix: this.matrix.toArray(),
wrap: [ this.wrapS, this.wrapT ],
minFilter: this.minFilter,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册