Spaces:
Running
Running
Update index.html
Browse files- index.html +0 -1
index.html
CHANGED
|
@@ -97,7 +97,6 @@
|
|
| 97 |
const canvas = document.getElementById('atomCanvas');
|
| 98 |
const renderer = new THREE.WebGLRenderer({ canvas, antialias: true });
|
| 99 |
const scene = new THREE.Scene();
|
| 100 |
-
const scene.background = new THREE.Color('#030303');
|
| 101 |
const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
|
| 102 |
camera.position.z = 10;
|
| 103 |
|
|
|
|
| 97 |
const canvas = document.getElementById('atomCanvas');
|
| 98 |
const renderer = new THREE.WebGLRenderer({ canvas, antialias: true });
|
| 99 |
const scene = new THREE.Scene();
|
|
|
|
| 100 |
const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
|
| 101 |
camera.position.z = 10;
|
| 102 |
|