mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-22 20:11:11 +00:00
Update README.md
This commit is contained in:
parent
d6b9ed2e66
commit
9b6cd720dd
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ Usage: zdray [options] sourcefile.wad
|
||||||
-d, --diagonal-cost=NNN Cost for avoiding diagonal splitters (default 16)
|
-d, --diagonal-cost=NNN Cost for avoiding diagonal splitters (default 16)
|
||||||
-P, --no-polyobjs Do not check for polyobject subsector splits
|
-P, --no-polyobjs Do not check for polyobject subsector splits
|
||||||
-j, --threads=NNN Number of threads used for raytracing (default 64)
|
-j, --threads=NNN Number of threads used for raytracing (default 64)
|
||||||
-S, --size=NNN lightmap texture dimensions for width and height must be in powers of two (1, 2, 4, 8, 16, etc)
|
-S, --size=NNN lightmap texture dimensions for width and height must
|
||||||
|
be in powers of two (1, 2, 4, 8, 16, etc)
|
||||||
-C, --cpu-raytrace Use the CPU for ray tracing
|
-C, --cpu-raytrace Use the CPU for ray tracing
|
||||||
-D, --vkdebug Print messages from the vulkan validation layer
|
-D, --vkdebug Print messages from the vulkan validation layer
|
||||||
-w, --warn Show warning messages
|
-w, --warn Show warning messages
|
||||||
|
|
Loading…
Reference in a new issue