From d19bb4a480d4786dc70377375136f481252e3f7c Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Fri, 25 Aug 2017 15:51:09 -0700 Subject: [PATCH] Texture: Do not serialise matrix for now. --- src/textures/Texture.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/textures/Texture.js b/src/textures/Texture.js index cd05bdaa97..2b956ddd89 100644 --- a/src/textures/Texture.js +++ b/src/textures/Texture.js @@ -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, -- GitLab