Explorar o código

Texture: Do not serialise matrix for now.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
d19bb4a480
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/textures/Texture.js

+ 0 - 3
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,