Skip to content

Commit 602d732

Browse files
authored
Default settings and fixed sun (almost (see europa))
1 parent 05d8182 commit 602d732

3 files changed

Lines changed: 17 additions & 13 deletions

File tree

shaders/ad_astra_config/ad_astra_world_config.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define DAYLIGHT_STARS
4040
#define HAS_NO_ATMOSPHERE
4141
#undef BORDER_FOG
42-
#define ATM_FOG_MULT 0
42+
#define ATM_FOG_MULT 0
4343
#define HAS_NO_ATMOSPHERE
4444
#endif
4545

shaders/lib/common.glsl

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,12 @@
141141

142142
#define SPECIAL_PORTAL_EFFECTS
143143
#define REFLECTION_RES 0.5 //[1.0 0.5]
144-
145-
#define SUN_ANGLE -1 //[-1 0 -20 -30 -40 -50 -60 60 50 40 30 20]
144+
145+
#ifdef AD_ASTRA
146+
#define SUN_ANGLE 0 //[-1 0 -20 -30 -40 -50 -60 60 50 40 30 20]
147+
#else
148+
#define SUN_ANGLE -1 //[-1 0 -20 -30 -40 -50 -60 60 50 40 30 20]
149+
#endif
146150

147151
#define SELECT_OUTLINE 1 //[0 1 3 4 2]
148152
//#define SELECT_OUTLINE_AUTO_HIDE
@@ -386,7 +390,7 @@
386390
#define WATER_STYLE_DEFAULT 3
387391
//#define WATER_CAUSTIC_STYLE_DEFAULT 3
388392
#define AURORA_STYLE_DEFAULT 2
389-
#define SUN_MOON_STYLE_DEFAULT 2
393+
#define SUN_MOON_STYLE_DEFAULT 2
390394
#define CLOUD_STYLE_DEFAULT 3
391395
#define RAINBOW_STYLE_DEFAULT 4
392396
#endif

0 commit comments

Comments
 (0)