// ProcEarth.sc // Put in 'addons\catalogs\planets' /* Planet "Earth" { ParentBody "Earth-Moon" Class "Terra" Surface { DiffMap "NONE" //BumpHeight 58.425 //BumpOffset 32.688 } //Ocean //{ // Height 32.688 //} } */ /**/ Planet "Earth" { ParentBody "Earth-Moon" Class "Terra" Mass 1.0 // Earth's masses Radius 6378.14 // km Oblateness 0.00335 Age 4.54 // billions years RotationPeriod 23.9344694 // hours Precession 25592 // period of precession in years Obliquity 23.4392911 // degrees EqAscendNode 180.0 // degrees RotationOffset -79.5 // degrees //PoleRA 0.0 // degrees //PoleDec 90.0 // degrees //ZeroMeridian 190.16 // degrees Color ( 0.850 0.850 1.000 ) Albedo 0.306 AlbedoBond 0.306 AlbedoGeom 0.367 Brightness 1.4 Life { Class "Organic" Type "Multicellular" Biome "Marine/Terrestrial" } Surface { DiffMap "NONE" // Add this line !!! // Surface map author: Robert Skuridin "PBC" DiffMap "Earth/Surface-PBC" DiffTileSize 258 DiffTileBorder 1 DiffMapAlpha "Water" // Elevation map author: Robert Skuridin "PBC" BumpMap "Earth/Bump-PBC" BumpTileSize 258 BumpTileBorder 1 BumpHeight 19.475 // = 10896 + 8579 meters of total elevation span BumpOffset 10.896 // = 10896 meters below sea level // City lights map author: Sean Young "HarbingerDawn" GlowMap "Earth/Lights-HD" GlowTileSize 258 GlowTileBorder 1 GlowMode "Night" GlowColor (1.00 0.90 0.66) GlowBright 1.0 SpecBrightIce 0.0 SpecBrightWater 0.35 colorSea (0.04 0.10 0.20 1.00) colorShelf (0.15 0.48 0.46 1.00) } Ocean { Height 10.896 } Clouds { // Clouds map author: Vladimir Romanyuk "SpaceEngineer" DiffMap "Earth/Clouds-SE" DiffTileSize 258 DiffTileBorder 1 BumpMap "Earth/Clouds-SE" BumpTileSize 258 BumpTileBorder 1 BumpHeight 2.5 BumpOffset 0.0 DayAmbient 3.0 Hapke 0.2 Height 9.0 //3.5 Velocity 0.0 // km/h } Atmosphere { Height 60 // km Greenhouse 33 // degrees K Pressure 1.0 // atm Density 1.2929 // kg/m^3 Adiabat 0.28 Model "Earth" Bright 10.0 Opacity 1.0 SkyLight 3.0 Composition // values in percent { N2 77.7729 O2 20.8625 Ar 0.9303 H2O 0.4000 CO2 0.0398 } } Aurora { Height 100 // km TopColor (0.5 0.5 0.5) // multiplier BottomColor (0.0 1.0 0.0) // color NorthLat 82 // degrees NorthLon -113 // degrees NorthRadius 2500 // km NorthWidth 600 // km NorthRings 3 // number of rings NorthBright 0.3 SouthLat -63 // degrees SouthLon 138 // degrees SouthRadius 2000 // km SouthWidth 600 // km SouthRings 3 // number of rings SouthBright 0.3 } Orbit { RefPlane "Ecliptic" Period 0.07480422854 // years SemiMajorAxis 0.000031610219244232 // a.u. Eccentricity 0.0549 Inclination 5.15 // deg MeanAnomaly 135.27 // deg AscendingNode 125.08 // deg ArgOfPericen 138.15 // deg //AscNodePreces 18.6 // years //ArgOfPeriPreces 5.997 // years } } /**/