Skip to content

Commit

Permalink
Update README to include per-sidedef sample distance properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Sep 11, 2023
1 parent bbd246b commit c68e56a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ linedef
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
{
// Customizable sampling distance for floors and ceilings.
Expand Down

0 comments on commit c68e56a

Please sign in to comment.