mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-22 03:51:26 +00:00
Clarify documentation for lm_dynamic
This commit is contained in:
parent
3d1fe65485
commit
6219935714
1 changed files with 3 additions and 1 deletions
|
@ -86,7 +86,9 @@ sector
|
||||||
lm_sampledist_floor = <int> (default: 0)
|
lm_sampledist_floor = <int> (default: 0)
|
||||||
lm_sampledist_ceiling = <int> (default: 0)
|
lm_sampledist_ceiling = <int> (default: 0)
|
||||||
|
|
||||||
// Update the lightmap for the sector every frame when visible in the game. Note that this is expensive to do, but it allows moving lights.
|
// Update the lightmap for the sector every frame when visible in the game.
|
||||||
|
// All sides belonging to the sector will also be affected.
|
||||||
|
// Note that this is computationally expensive, but it allows animated and moving lights.
|
||||||
lm_dynamic = <bool> (default: false)
|
lm_dynamic = <bool> (default: false)
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue