Skip to content

Commit 25a4b40

Browse files
committed
cleanup
1 parent e67ff09 commit 25a4b40

File tree

1 file changed

+0
-2
lines changed
  • three.js/examples/location-based

1 file changed

+0
-2
lines changed

three.js/examples/location-based/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ function isMobile() {
99
const scene = new THREE.Scene();
1010
const camera = new THREE.PerspectiveCamera(80, 2, 0.1, 50000);
1111
const renderer = new THREE.WebGLRenderer({ canvas: document.querySelector('#canvas1') });
12-
console.log(THREE.Math.degToRad(90));
13-
console.log(THREE.MathUtils.degToRad(90));
1412

1513
const geom = new THREE.BoxGeometry(20,20,20);
1614

0 commit comments

Comments
 (0)