Преглед на файлове

Texture: Do not serialise matrix for now.

Mr.doob преди 8 години
родител
ревизия
d19bb4a480
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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,