소스 검색

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,