0% found this document useful (0 votes)
25 views3 pages

Mars Planet Data and Atmosphere Details

The document provides detailed data about Mars, including its physical characteristics such as radius, gravity, and atmospheric properties. It outlines terrain and texture data, detailing the types of surface textures and their sizes, as well as the formulas used for terrain generation. Additionally, it includes information on Mars' orbit around the Sun and post-processing effects for visual rendering.

Uploaded by

no.0ne102sigma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views3 pages

Mars Planet Data and Atmosphere Details

The document provides detailed data about Mars, including its physical characteristics such as radius, gravity, and atmospheric properties. It outlines terrain and texture data, detailing the types of surface textures and their sizes, as well as the formulas used for terrain generation. Additionally, it includes information on Mars' orbit around the Sun and post-processing effects for visual rendering.

Uploaded by

no.0ne102sigma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

●BASE_DATA●

{
"name": "Mars",
"radius": 169500.0,
"gravity": 3.61,
"timewarpHeight": 15000.0,
"mapColor": {
"r": 0.6838235259056091,
"g": 0.33827438950538638,
"b": 0.3016868531703949
},
"mapResolution": 1000,
"hideNameMultiplier": 25.0
}

●ATMOSPHERE_DATA●
{
"PHYSICS": {
"height": 20000.0,
"density": 0.001,
"curve": 9.0
},
"GRADIENT": {
"positionZ": 4000,
"gradientHeight": 30000.0,
"gradientTexture": "Atmo_Mars"
},
"CLOUDS": {
"cloudTexture": "None",
"startHeight": -1,
"height": -1,
"repeatX": 0.0,
"alpha": 0.0,
"cloudVelocity": 0.0
},
"FOG": {
"keys": [
{
"r": 0.6823529601097107,
"g": 0.4745098352432251,
"b": 0.4078431725502014,
"a": 0.0,
"distance": 0.0
},
{
"r": 0.6823529601097107,
"g": 0.47435295581817629,
"b": 0.40705883502960207,
"a": 0.30000001192092898,
"distance": 15000.0
}
]
}
}

●TERRAIN_DATA●
{
"TERRAIN_TEXTURE_DATA": {
"planetTexture": "Mars",
"planetTextureCutout": 0.9900000095367432,
"surfaceTextureA": "Soft_Rocks",
"surfaceTextureSizeA": {
"x": 25.0,
"y": 12.0
},
"surfaceTextureB": "Hard_Rocks",
"surfaceTextureSizeB": {
"x": 40.0,
"y": 18.0
},
"terrainTexture": "Soft_Rocks",
"terrainTextureSize": {
"x": 380.0,
"y": 170.0
},
"surfaceLayerSize": 60.0,
"minFade": 0.0,
"maxFade": 1.0,
"shadowIntensity": 0.8500000238418579,
"shadowHeight": 25.0
},
"terrainFromula": [
"OUTPUT = AddHeightMap( Mars, 1, 3800)",
"OUTPUT = AddHeightMap( Perlin, 20, 125)",
"OUTPUT = AddHeightMap( Perlin, 37, 65)",
"OUTPUT = AddHeightMap( Perlin, 82, 24)",
"OUTPUT = AddHeightMap( Perlin, 328, 7.5)",
"OUTPUT = AddHeightMap( Perlin, 1200, 0.8)"
],
"textureFormula": [],
"DETAIL_LEVELS": [
{
"loadDistance": 0.0,
"verticeSize": 1500.0
},
{
"loadDistance": 15000.0,
"verticeSize": 300.0
},
{
"loadDistance": 5000.0,
"verticeSize": 120.0
},
{
"loadDistance": 1100.0,
"verticeSize": 40.0
},
{
"loadDistance": 600.0,
"verticeSize": 8.0
},
{
"loadDistance": 250.0,
"verticeSize": 3.0
},
{
"loadDistance": 50.0,
"verticeSize": 3.0
}
]
}

●ORBIT_DATA●
{
"parent": "Sun",
"orbitHeight": 4558000000.0,
"multiplierSOI": 0.85,
"orbitLineResolution": 100
}

●POST_PROCESSING●
{
"keys": [
{
"height": 3500.0,
"shadowIntensity": 1.4,
"hueShift": 1.0,
"saturation": 1.0,
"contrast": 0.95,
"red": 1.1,
"green": 1.04,
"blue": 1.0
},
{
"height": 20000.0,
"shadowIntensity": 1.65,
"hueShift": 1.0,
"saturation": 1.0,
"contrast": 1.05,
"red": 1.1,
"green": 1.04,
"blue": 1.0
}
]
}

You might also like