Remove sun direction keys from ZDRayInfo (the angle and pitch now determines the sun direction)

This commit is contained in:
nashmuhandes 2022-02-16 07:04:13 +08:00
parent 1bd8385b7c
commit 20cd01ebad
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ thing // ZDRayInfo (ZDRay properties for the map)
{
type = 9890;
suncolor = <int> (color)
sundirx = <float> (X direction for the sun)
sundiry = <float> (Y direction for the sun)
sundirz = <float> (Z direction for the sun)
sampledistance = <int> (default: 8, map units each lightmap texel covers, must be in powers of two)
bounces = <int> (default: 1, how many times light bounces off walls)
gridsize = <float> (default: 32, grid density for the automatic light probes)