0% found this document useful (0 votes)
39 views2 pages

Vall

The document provides detailed specifications for the celestial body Vall, including its physical characteristics such as radius, gravity, and map color. It also outlines terrain data, including texture types and formulas for terrain generation, as well as detail levels for rendering. Additionally, it includes orbit data indicating Vall's relationship with its parent body, Jool, and its orbital parameters.

Uploaded by

jaqbspro
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)
39 views2 pages

Vall

The document provides detailed specifications for the celestial body Vall, including its physical characteristics such as radius, gravity, and map color. It also outlines terrain data, including texture types and formulas for terrain generation, as well as detail levels for rendering. Additionally, it includes orbit data indicating Vall's relationship with its parent body, Jool, and its orbital parameters.

Uploaded by

jaqbspro
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": "Vall",
"radius": 300000.0,
"gravity": 2.31,
"timewarpHeight": 3500.0,
"mapColor": {
"r": 0.466,
"g": 0.657,
"b": 0.682
},
"mapResolution": 1000,
"hideNameMultiplier": 80.0
}

●TERRAIN_DATA●
{
"TERRAIN_TEXTURE_DATA": {
"planetTexture": "Vall",
"planetTextureCutout": 0.9900000095367432,
"surfaceTextureA": "Ice",
"surfaceTextureSizeA": {
"x": 70.0,
"y": 25.0
},
"surfaceTextureB": "Ice",
"surfaceTextureSizeB": {
"x": 70.0,
"y": 25.0
},
"terrainTexture": "Ice",
"terrainTextureSize": {
"x": 1200.0,
"y": 400.0
},
"surfaceLayerSize": 60.0,
"minFade": 0.0,
"maxFade": 0.6000000238418579,
"shadowIntensity": 0.0,
"shadowHeight": 0.0
},
"terrainFromula": [
"OUTPUT = AddHeightMap( Perlin, 390, 3.0, Pow3)",
"OUTPUT = AddHeightMap( Perlin, 154, 8.0, Pow3)",
"OUTPUT = AddHeightMap( Perlin, 50, 30, Pow3)",
"OUTPUT = AddHeightMap( Perlin, 600, 2.0, Pow3)"
],
"textureFormula": [],
"DETAIL_LEVELS": [
{
"loadDistance": 0.0,
"verticeSize": 1000.0
},
{
"loadDistance": 10000.0,
"verticeSize": 300.0
},
{
"loadDistance": 3000.0,
"verticeSize": 120.0
},
{
"loadDistance": 1100.0,
"verticeSize": 40.0
},
{
"loadDistance": 600.0,
"verticeSize": 8.0
},
{
"loadDistance": 250.0,
"verticeSize": 2.0
},
{
"loadDistance": 50.0,
"verticeSize": 2.0
}
]
}

●ORBIT_DATA●
{
"parent": "Jool",
"orbitHeight": 43152000.0,
"multiplierSOI": 1.0,
"orbitLineResolution": 100
}

You might also like