#include <shared.h>
Definition at line 54 of file shared.h.
int mapConfig_s::block_xh |
int mapConfig_s::block_xl |
int mapConfig_s::block_yh |
int mapConfig_s::block_yl |
float mapConfig_s::brightness |
global light scale factor
Definition at line 113 of file shared.h.
bool mapConfig_s::chkBrushes |
bool mapConfig_s::chkContained |
bool mapConfig_s::chkEntities |
bool mapConfig_s::chkFillLevelFlags |
bool mapConfig_s::chkIntersection |
bool mapConfig_s::chkLevelFlags |
bool mapConfig_s::chkMixedFaceContents |
bool mapConfig_s::chkMMicro |
bool mapConfig_s::chkNodraws |
bool mapConfig_s::chkTextures |
bool mapConfig_s::chkZFight |
int mapConfig_s::compile_for_day |
set this to 1 if you want to compile the day version of the lightmap
Definition at line 120 of file shared.h.
float mapConfig_s::contrast |
float mapConfig_s::entity_scale |
entity lighting scale factor
Definition at line 116 of file shared.h.
bool mapConfig_s::exportLightmaps |
will export the lightmaps and direction data into tga images
Definition at line 64 of file shared.h.
bool mapConfig_s::extrasamples |
apply sampling to the lightmap- makes lightmap smoother
Definition at line 78 of file shared.h.
bool mapConfig_s::fulldetail |
everything with content will get a detail brush
Definition at line 62 of file shared.h.
bool mapConfig_s::generateDebugTrace |
bool mapConfig_s::generateFootstepFile |
bool mapConfig_s::generateMaterialFile |
bool mapConfig_s::generateTraceFile |
byte mapConfig_s::lightquant |
float mapConfig_s::mapMicrovol |
-check mbr micro test before CSG
Definition at line 96 of file shared.h.
float mapConfig_s::microvolume |
-micro test after CSG
Definition at line 77 of file shared.h.
bool mapConfig_s::nobackclip |
does not filter out back clipping brushes - results in larger bsp files
Definition at line 74 of file shared.h.
If set, the call to chop the brushes is deactivated - there will be no reduction of intersecting brushes with non-intersecting brushes. The resulting bsp file will also be larger with this option turned on.
Definition at line 67 of file shared.h.
bool mapConfig_s::nodetail |
do not put any of the detail brushes in the bsp
Definition at line 61 of file shared.h.
int mapConfig_s::nolighting |
bool mapConfig_s::nomerge |
If set, faces that share the same edge on the same plane are not merged
Definition at line 65 of file shared.h.
bool mapConfig_s::noprune |
If not set to true the brushlists of child nodes are combined. The bsp file will get larger and the compile time will increase
Definition at line 59 of file shared.h.
bool mapConfig_s::noshare |
If true, keep identical edges in the bsp
Definition at line 70 of file shared.h.
bool mapConfig_s::nosubdiv |
If this is set to false faces that are larger than the given chop size will get subdivided
Definition at line 71 of file shared.h.
bool mapConfig_s::notjunc |
If true, do not break edges on tjunctions. This will decrease the compile times and should not be used on final compiles
Definition at line 72 of file shared.h.
bool mapConfig_s::nowater |
does not add any CONTENTS_WATER brush to the bsp
Definition at line 66 of file shared.h.
use vertices from curTile->vertexes array or if false, create vertices from a hash table
Definition at line 69 of file shared.h.
bool mapConfig_s::onlyents |
will only update the entity data without recalculating the pathfinding or the lightmaps
Definition at line 63 of file shared.h.
int mapConfig_s::onlynewer |
only compile (update) the bsp if the map file is newer
Definition at line 118 of file shared.h.
bool mapConfig_s::performMapCheck |
float mapConfig_s::saturation |
use different supersampling pattern for lightmap, which produces softer shadows
Definition at line 79 of file shared.h.
print stats and quit. implemented as a kind of check
Definition at line 99 of file shared.h.
float mapConfig_s::subdivideSize |
float mapConfig_s::surface_scale |
surface lighting scale factor
Definition at line 115 of file shared.h.
bool mapConfig_s::verbose |
bool mapConfig_s::verboseentities |
prints entity sub model information to the console
Definition at line 73 of file shared.h.
The documentation for this struct was generated from the following file: