GregroxMun

SunLightPatch v1

Jul 9th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. @Kopernicus:FOR[SunLightPatch]
  2. {
  3. @Body[Sun]
  4. {
  5. @Properties
  6. {
  7.  
  8. }
  9. @ScaledVersion
  10. {
  11. Light
  12. {
  13. //units are in Scaledspace Meters. (1 scaledspace meter is 6000 meters)
  14. //1 Kerbin-Sun Unit is 2266640.04 Scaledspace Meters.
  15. ScaledIntensityCurve
  16. {
  17. key = 0 1000
  18. key = 0.0625 16
  19. key = 0.07143 14
  20. key = 0.08333 12
  21. key = 0.1 10
  22. key = 0.125 8
  23. key = 0.1667 6
  24. key = 0.25 4
  25. key = 0.5 2
  26. key = 1 1
  27. key = 2 0.5
  28. key = 4 0.25
  29. key = 6 0.1667
  30. key = 8 0.125
  31. key = 333333333 0
  32. }
  33. @ScaledIntensityCurve
  34. {
  35. //Multiply by Kerbin distance in scaledmeters.
  36. @key,*[0, ] *= 2266640.04
  37. //Multiply by Sqrt Luminosity of the Star.
  38. @key,*[0, ] *= 1
  39. }
  40. %sunAU = #$../../Properties/radius$
  41. brightnessCurve
  42. {
  43. key = 0.0014 0.035 0 25
  44. key = 0.01 0.25 25 25
  45. key = 0.1 2.5 25 25
  46. key = 0.45 11.25 25 25
  47. }
  48. }
  49. }
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment