We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d6165 commit cf16d32Copy full SHA for cf16d32
sp/src/utils/vrad/vrad.cpp
@@ -2799,7 +2799,7 @@ void PrintUsage( int argc, char **argv )
2799
" -fast : Quick and dirty lighting.\n"
2800
" -fastambient : Per-leaf ambient sampling is lower quality to save compute time.\n"
2801
" -final : High quality processing. equivalent to -extrasky 16.\n"
2802
- " -extrasky # : trace N times as many rays for indirect light and sky ambient.\n"
+ " -extrasky # : trace # times as many rays for indirect light and sky ambient.\n"
2803
#ifdef MAPBASE
2804
" -extrapasses # : Lets you scale how many extra passes you want your map to go through (default 4), differences above this value are minimal.\n"
2805
#endif
0 commit comments