Shadow Region Not Working!
Posted: Fri Jun 16, 2006 2:21 am
I have set up some global lighting for my Endor map and I'm trying to get a shadow region inside my interiors so the blinking glare of the sun and the glow from the planet doesn't blind everyone. Thing is that it isn't working and I don't have a clue to why.
Here's the code in the RGN file:
Here's the code in the RGN file:
Code: Select all
Region("shadow directional=0.1 directional1=0.1 colortop=128,128,128 colorbottom=128,128,128", 0)
{
Position(-490.944000, 191.172821, 252.873688);
Rotation(1.000000, 0.000000, 0.000000, 0.000000);
Size(150.000000, 20.000000, 150.000000);
Name("Region0");
}


