Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Kopernicus:FOR[SunLightPatch]
- {
- @Body[Sun]
- {
- @Properties
- {
- }
- @ScaledVersion
- {
- Light
- {
- //units are in Scaledspace Meters. (1 scaledspace meter is 6000 meters)
- //1 Kerbin-Sun Unit is 2266640.04 Scaledspace Meters.
- ScaledIntensityCurve
- {
- key = 0 1000
- key = 0.0625 16
- key = 0.07143 14
- key = 0.08333 12
- key = 0.1 10
- key = 0.125 8
- key = 0.1667 6
- key = 0.25 4
- key = 0.5 2
- key = 1 1
- key = 2 0.5
- key = 4 0.25
- key = 6 0.1667
- key = 8 0.125
- key = 333333333 0
- }
- @ScaledIntensityCurve
- {
- //Multiply by Kerbin distance in scaledmeters.
- @key,*[0, ] *= 2266640.04
- //Multiply by Sqrt Luminosity of the Star.
- @key,*[0, ] *= 1
- }
- %sunAU = #$../../Properties/radius$
- brightnessCurve
- {
- key = 0.0014 0.035 0 25
- key = 0.01 0.25 25 25
- key = 0.1 2.5 25 25
- key = 0.45 11.25 25 25
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment