How to change burn terrain shadow directions?
Moderator: Moderators
- Rends
- Sith

- Posts: 1278
- Joined: Fri Oct 15, 2004 6:34 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
How to change burn terrain shadow directions?
I tried to use the burn terrain option for my Abridon map but the editor burns the shadow to the wrong direction. It burns shadows to the right (east) side while ingame my 3dshadows are set to left (west) in the sky lua.
- Rends
- Sith

- Posts: 1278
- Joined: Fri Oct 15, 2004 6:34 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
Please check this.
left screenshot is from editor and right from the game:

and these are the sun seetings:
SunInfo()
{
Angle(145.000005, -200.000000);
Color(250, 246, 166);
ShadowColor(125, 125, 125);
Texture("");
Degree(0.000000);
BackAngle(210.000028, 0.000000);
BackColor(0, 0, 0);
BackDegree(0.000000);
}
And the sun is set at the correct location ingame compared to the direction of the 3d shadows.
left screenshot is from editor and right from the game:
and these are the sun seetings:
SunInfo()
{
Angle(145.000005, -200.000000);
Color(250, 246, 166);
ShadowColor(125, 125, 125);
Texture("");
Degree(0.000000);
BackAngle(210.000028, 0.000000);
BackColor(0, 0, 0);
BackDegree(0.000000);
}
And the sun is set at the correct location ingame compared to the direction of the 3d shadows.
- Rends
- Sith

- Posts: 1278
- Joined: Fri Oct 15, 2004 6:34 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
