We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ff09 commit 25a4b40Copy full SHA for 25a4b40
three.js/examples/location-based/index.js
@@ -9,8 +9,6 @@ function isMobile() {
9
const scene = new THREE.Scene();
10
const camera = new THREE.PerspectiveCamera(80, 2, 0.1, 50000);
11
const renderer = new THREE.WebGLRenderer({ canvas: document.querySelector('#canvas1') });
12
-console.log(THREE.Math.degToRad(90));
13
-console.log(THREE.MathUtils.degToRad(90));
14
15
const geom = new THREE.BoxGeometry(20,20,20);
16
0 commit comments