Titan

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

●BASE_DATA●

{
"name": "Titan",
"radius": 140500.0,
"gravity": 3.25,
"timewarpHeight": 5000.0,
"mapColor": {
"r": 0.3838235259056091,
"g": 0.53827438950538638,
"b": 0.4016868531703949
},
"mapResolution": 1000,
"hideNameMultiplier": 25.0
}

●ATMOSPHERE_DATA●
{
"PHYSICS": {
"height": 15000.0,
"density": 0.01,
"curve": 9.0
},
"GRADIENT": {
"positionZ": 500,
"gradientHeight": 18000.0,
"gradientTexture": "Atmo_Venus"
},
"CLOUDS": {
"cloudTexture": "Earth_Clouds",
"startHeight": -1500,
"height": 3500,
"repeatX": 0.800000011920929,
"alpha": 1.0,
"cloudVelocity": 1.0
},
"FOG": {
"keys": [
{
"r": 0.8360798358917236,
"g": 0.845588207244873,
"b": 0.5595804452896118,
"a": 0.0,
"distance": 100.0
},
{
"r": 0.8156863451004028,
"g": 0.7882353663444519,
"b": 0.7098039388656616,
"a": 1.0,
"distance": 3000.0

}
]
}
}

●TERRAIN_DATA●
{
"TERRAIN_TEXTURE_DATA": {
"planetTexture": "Venus",
"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": "Saturn",
"orbitHeight": 57816000.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