Skip to content

Commit

Permalink
Number of stars in one ring
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyneu committed Aug 4, 2020
1 parent ed70ad2 commit 75ee551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/params.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function getInitialParameters() {
trajectoryColors: [[0.7, 0.5, 0, 1], [0.0, 0.5, 0.9, 1]],
starSize: 600 * window.devicePixelRatio,
ringSeparation: 3,
ringMultiplier: 8, // Increase in number of stars in next ring
ringMultiplier: 6, // Increase in number of stars in next ring
minimalGalaxySeparation: 25,
galaxyInclinationAnglesDegree: [60, 60],
masses: [1, 1],
Expand Down

0 comments on commit 75ee551

Please sign in to comment.