Add lm_bounce and lm_ao to ZDRayInfo
Make vktool ignore the existing lightmap lump Ignore the lightmapper cvars in vktool
This commit is contained in:
parent
df125c3916
commit
d8d1742d0a
7 changed files with 34 additions and 10 deletions
|
|
@ -844,6 +844,14 @@ public:
|
|||
Level->LightmapSampleDistance = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_lm_bounce:
|
||||
Level->LightBounce = CheckBool(key);
|
||||
break;
|
||||
|
||||
case NAME_lm_ao:
|
||||
Level->AmbientOcclusion = CheckBool(key);
|
||||
break;
|
||||
|
||||
default:
|
||||
CHECK_N(Zd | Zdt)
|
||||
if (0 == strnicmp("user_", key.GetChars(), 5))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue