Update README to include per-sidedef sample distance properties

This commit is contained in:
nashmuhandes 2023-09-11 08:36:17 +08:00
parent bbd246bdc9
commit c68e56ada0

View file

@ -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.