mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 08:41:06 +00:00
Update README to include per-sidedef sample distance properties
This commit is contained in:
parent
bbd246bdc9
commit
c68e56ada0
1 changed files with 9 additions and 0 deletions
|
@ -74,6 +74,15 @@ linedef
|
||||||
lm_sampledist_bot = <int> (default: 0)
|
lm_sampledist_bot = <int> (default: 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sidedef
|
||||||
|
{
|
||||||
|
// Customizable sampling distance per sidedef. Will use the value from the ZDRayInfo actor by default.
|
||||||
|
lm_sampledist_line = <int> (default: 0)
|
||||||
|
lm_sampledist_top = <int> (default: 0)
|
||||||
|
lm_sampledist_mid = <int> (default: 0)
|
||||||
|
lm_sampledist_bot = <int> (default: 0)
|
||||||
|
}
|
||||||
|
|
||||||
sector
|
sector
|
||||||
{
|
{
|
||||||
// Customizable sampling distance for floors and ceilings.
|
// Customizable sampling distance for floors and ceilings.
|
||||||
|
|
Loading…
Reference in a new issue