Spaces:
Sleeping
Sleeping
Update app.py
#2
by Elin310 - opened
app.py
CHANGED
|
@@ -242,7 +242,7 @@ function init() {{
|
|
| 242 |
|
| 243 |
scene = new THREE.Scene();
|
| 244 |
camera = new THREE.PerspectiveCamera(35, w/h, 0.1, 100);
|
| 245 |
-
camera.position.set(0, 0,
|
| 246 |
|
| 247 |
// Iluminación tipo amanecer marciano
|
| 248 |
const ambient = new THREE.AmbientLight(0xffccb0, 0.7);
|
|
|
|
| 242 |
|
| 243 |
scene = new THREE.Scene();
|
| 244 |
camera = new THREE.PerspectiveCamera(35, w/h, 0.1, 100);
|
| 245 |
+
camera.position.set(0, 0, 5.0);
|
| 246 |
|
| 247 |
// Iluminación tipo amanecer marciano
|
| 248 |
const ambient = new THREE.AmbientLight(0xffccb0, 0.7);
|