2021-12-16 17:37:00 -05:00

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,
}
}