-
-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4833 from tsoj/master
Stars that are brighter are now bigger and have a brighter color on the Starfield
- Loading branch information
Showing
6 changed files
with
137 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,28 @@ | ||
rMin=0.7 | ||
rMax=0.9 | ||
gMin=0.7 | ||
gMax=0.9 | ||
bMin=0.7 | ||
bMax=0.9 | ||
rMin=0.6 | ||
rMax=1.0 | ||
gMin=0.6 | ||
gMax=1.0 | ||
bMin=0.6 | ||
bMax=1.0 | ||
|
||
# the bigger the radius is the more dim little stars you'll get in the background | ||
visibleRadiusLy=220.0 | ||
|
||
# the lower this number [0.0 - 1.0] is the brighter get dim stars compared to bright stars | ||
# also control the overall brightness of all stars, the bigger this number is the dimmer are all stars | ||
medianPosition=0.7 | ||
|
||
# the higher this number is the brighter are bright stars compared to other stars | ||
# (needs to be balanced with the factors below) | ||
brightnessPower=3.5 | ||
|
||
# the bigger this number is the bigger are stars compared to their brightness | ||
brightnessApparentSizeFactor=0.5 | ||
|
||
#the bigger this number is the bigger are stars no matter their brightness | ||
brightnessApparentSizeOffset=0.1 | ||
|
||
# this number controls how much influence the brightness of a star has on the actual color values on your screen | ||
brightnessColorFactor=0.7 | ||
# the bigger this number is the brighter are colors of stars | ||
brightnessColorOffset=0.1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters