Skip to content

Commit

Permalink
Update planeta.js
Browse files Browse the repository at this point in the history
Signed-off-by: Grouvex <168425996+Grouvex@users.noreply.github.com>
  • Loading branch information
Grouvex authored Jan 14, 2025
1 parent 4745e82 commit 6bfac71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const generateStars = (count, spread) => {
return stars
};

generateStars(1000000, 200000); // Genera un montón de estrellas iniciales
generateStars(100000, 2000); // Genera un montón de estrellas iniciales

const fixedPositions = false;
const constellations = [
Expand Down Expand Up @@ -256,7 +256,7 @@ const generateGalaxies = (count, spread) => {
scene.add(galaxyGroup);
};

generateGalaxies(1000, 50000); // Genera varias galaxias en el espacio
generateGalaxies(1000, 3000); // Genera varias galaxias en el espacio

function animate() {
requestAnimationFrame(animate);
Expand Down

0 comments on commit 6bfac71

Please sign in to comment.