Difference between revisions of "Compiling:q3map2/VIS"
(Created page with "{{WIP}} ===VIS phase minor switches:=== ==== <tt>-fast</tt>==== *Only calculates rough visibility data. Quick and dirty, not actually useful for VIS purposes. ==== <tt>-hint<...") |
m |
||
Line 26: | Line 26: | ||
==== <tt>-v</tt>==== | ==== <tt>-v</tt>==== | ||
*Enables verbose mode. Always use this. | *Enables verbose mode. Always use this. | ||
+ | |||
+ | [[Category:Compiling]] |
Latest revision as of 14:43, 13 September 2011
This page is work in progress! |
Contents
VIS phase minor switches:
-fast
- Only calculates rough visibility data. Quick and dirty, not actually useful for VIS purposes.
-hint
- Will merge the bsp leaves (except for hint portals) before calculating the visiblity list.
-merge
- Will merge the bsp leaves before calculating the visibility list.
-nopassage
- Disables the passage visiblity algorithm. Passage VIS is a bit faster and tighter than the old algorithm.
-nosort
- Disables the sorting of portals by complexity. Sorting speeds up visiblity calculations.
-passageOnly
- Will use the passage visibility algorithm only.
-saveprt
- Disables the automatic deletion of the .prt portal file after VIS finishes.
-v
- Enables verbose mode. Always use this.