dimension settings, planet renderer, etc

This commit is contained in:
Pyritie 2025-06-30 17:11:43 +01:00
parent e33aff96cb
commit f57413ca94
7 changed files with 51 additions and 108 deletions

View file

@ -2,14 +2,14 @@
"custom_clouds": true,
"custom_sky": true,
"custom_weather": false,
"dimension": "ad_astra:moon_orbit",
"dimension": "ad_astra:earth_orbit",
"has_fog": false,
"has_thick_fog": false,
"render_in_rain": true,
"sky_renderables": [
{
"back_light_color": -39,
"back_light_scale": 27.0,
"back_light_scale": 30.0,
"blend": false,
"global_rotation": [
0.0,
@ -22,11 +22,11 @@
0.0
],
"movement_type": "TIME_OF_DAY",
"scale": 9.0,
"scale": 10.0,
"texture": "ad_astra:textures/environment/sun.png"
},
{
"back_light_color": -5261108,
"back_light_color": -12813094,
"back_light_scale": 240.0,
"blend": false,
"global_rotation": [
@ -41,11 +41,11 @@
],
"movement_type": "STATIC",
"scale": 80.0,
"texture": "ad_astra:textures/environment/moon.png"
"texture": "ad_astra:textures/environment/earth.png"
},
{
"back_light_color": -12813094,
"back_light_scale": 42.0,
"back_light_color": -5261108,
"back_light_scale": 24.0,
"blend": false,
"global_rotation": [
80.0,
@ -58,8 +58,8 @@
0.0
],
"movement_type": "STATIC",
"scale": 14.0,
"texture": "ad_astra:textures/environment/earth.png"
"scale": 8.0,
"texture": "ad_astra:textures/environment/moon.png"
}
],
"star_brightness": 0.6,
@ -106,6 +106,6 @@
}
],
"stars": 13000,
"sunrise_angle": 0,
"sunrise_angle": 90,
"sunrise_color": 0
}

View file

@ -1,93 +0,0 @@
{
"custom_clouds": true,
"custom_sky": true,
"custom_weather": false,
"dimension": "ad_astra:mars_orbit",
"has_fog": false,
"has_thick_fog": false,
"render_in_rain": true,
"sky_renderables": [
{
"back_light_color": -39,
"back_light_scale": 21.0,
"blend": false,
"global_rotation": [
0.0,
0.0,
0.0
],
"local_rotation": [
0.0,
0.0,
0.0
],
"movement_type": "TIME_OF_DAY",
"scale": 7.0,
"texture": "ad_astra:textures/environment/sun.png"
},
{
"back_light_color": -4827861,
"back_light_scale": 240.0,
"blend": false,
"global_rotation": [
180.0,
0.0,
0.0
],
"local_rotation": [
0.0,
0.0,
0.0
],
"movement_type": "STATIC",
"scale": 80.0,
"texture": "ad_astra:textures/environment/mars.png"
}
],
"star_brightness": 0.6,
"star_colors": [
{
"data": -1447239681,
"weight": 3
},
{
"data": -1143472129,
"weight": 5
},
{
"data": -726785,
"weight": 100
},
{
"data": -3038977,
"weight": 80
},
{
"data": -7697665,
"weight": 150
},
{
"data": -12254977,
"weight": 10
},
{
"data": -2817,
"weight": 60
},
{
"data": -464897,
"weight": 40
},
{
"data": -256,
"weight": 20
},
{
"data": -65536,
"weight": 1
}
],
"stars": 13000,
"sunrise_angle": 0,
"sunrise_color": 0
}

View file

@ -88,6 +88,6 @@
}
],
"stars": 13000,
"sunrise_angle": 0,
"sunrise_angle": 90,
"sunrise_color": 0
}