Files changed (1) hide show
  1. app.py +1 -1
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, 3.2);
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);