mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
47 lines
738 B
JSON
47 lines
738 B
JSON
{
|
|
"name" : "Venus",
|
|
"Base" :
|
|
{
|
|
"surfaceGravity" : 12,
|
|
"surfaceSize" : 300,
|
|
"hasMapMarker" : true,
|
|
"lightTint" :
|
|
{
|
|
"r" : 255,
|
|
"g" : 200,
|
|
"b" : 200,
|
|
"a" : 255
|
|
},
|
|
},
|
|
"Orbit" :
|
|
{
|
|
"semiMajorAxis" : 4000,
|
|
"inclination" : 3,
|
|
"primaryBody" : "SUN",
|
|
"isMoon" : false,
|
|
"longitudeOfAscendingNode" : 0,
|
|
"eccentricity" : 0,
|
|
"argumentOfPeriapsis": 0,
|
|
"axialTilt" : 0,
|
|
},
|
|
"Atmosphere" :
|
|
{
|
|
"size" : 350,
|
|
"fogTint" :
|
|
{
|
|
"r" : 200,
|
|
"g" : 128,
|
|
"b" : 128,
|
|
"a" : 255
|
|
},
|
|
"fogDensity": 0.9,
|
|
"fogSize": 350,
|
|
},
|
|
"HeightMap" :
|
|
{
|
|
"heightMap" : "planets/assets/venus_heightmap.png",
|
|
"textureMap" : "planets/assets/venus_texturemap.png",
|
|
"minHeight" : 290,
|
|
"maxHeight" : 310,
|
|
}
|
|
} |