Pryme8 5 년 전
부모
커밋
a89b6477a4
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      src/Materials/Textures/Packer/packer.ts

+ 0 - 11
src/Materials/Textures/Packer/packer.ts

@@ -340,17 +340,6 @@ export class TexturePacker{
 
                         tcx.setTransform(1, 0, 0, 1, 0, 0);
 
-                        /*tempTexture.update( false );
-                        let iDat = tcx.getImageData( 0, 0, tcs, tcs );
-                        tcx.fillStyle = 'rgba(0,0,0,0)';
-                        tcx.fillRect( 0, 0, tcs, tcs );
-                        tempTexture.update( false );
-
-                        tcx.setTransform(1, 0, 0, -1, 0, 0);
-                        tcx.putImageData( iDat, 0, -tcs );
-                        tcx.setTransform(1, 0, 0, 1, 0, 0);
-                        tempTexture.update( false );*/
-
                         updateDt();
                     };
                 }