From f8e4f62981b74f4d75dda4335d658bf4ec0b5bb7 Mon Sep 17 00:00:00 2001 From: Umut Karakulak Date: Sun, 9 Feb 2020 16:00:55 +0900 Subject: [PATCH] remove unnecessary new line --- aframe/build/aframe-ar.js | 1 - three.js/build/ar.js | 1 - three.js/build/ar.lean.js | 1 - three.js/src/threex/threex-artoolkitcontext.js | 1 - 4 files changed, 4 deletions(-) diff --git a/aframe/build/aframe-ar.js b/aframe/build/aframe-ar.js index e49cc52..e961f6d 100644 --- a/aframe/build/aframe-ar.js +++ b/aframe/build/aframe-ar.js @@ -2483,7 +2483,6 @@ ARjs.Context = THREEx.ArToolkitContext = function (parameters) { // black_region: Black bordered markers on a white background, white_region: White bordered markers on a black background labelingMode: 'black_region', - // enable image smoothing or not for canvas copy - default to true // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled imageSmoothingEnabled: false, diff --git a/three.js/build/ar.js b/three.js/build/ar.js index 35cb70b..7044be4 100644 --- a/three.js/build/ar.js +++ b/three.js/build/ar.js @@ -2483,7 +2483,6 @@ ARjs.Context = THREEx.ArToolkitContext = function (parameters) { // black_region: Black bordered markers on a white background, white_region: White bordered markers on a black background labelingMode: 'black_region', - // enable image smoothing or not for canvas copy - default to true // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled imageSmoothingEnabled: false, diff --git a/three.js/build/ar.lean.js b/three.js/build/ar.lean.js index 35cb70b..7044be4 100644 --- a/three.js/build/ar.lean.js +++ b/three.js/build/ar.lean.js @@ -2483,7 +2483,6 @@ ARjs.Context = THREEx.ArToolkitContext = function (parameters) { // black_region: Black bordered markers on a white background, white_region: White bordered markers on a black background labelingMode: 'black_region', - // enable image smoothing or not for canvas copy - default to true // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled imageSmoothingEnabled: false, diff --git a/three.js/src/threex/threex-artoolkitcontext.js b/three.js/src/threex/threex-artoolkitcontext.js index 51c69b6..023c358 100644 --- a/three.js/src/threex/threex-artoolkitcontext.js +++ b/three.js/src/threex/threex-artoolkitcontext.js @@ -33,7 +33,6 @@ ARjs.Context = THREEx.ArToolkitContext = function (parameters) { // black_region: Black bordered markers on a white background, white_region: White bordered markers on a black background labelingMode: 'black_region', - // enable image smoothing or not for canvas copy - default to true // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled imageSmoothingEnabled: false, -- GitLab