UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mapConfig_s Struct Reference

#include <shared.h>

Data Fields

float subdivideSize
 
int nice
 
bool verbose
 
verbosityLevel_t verbosity
 
bool noprune
 
bool nodetail
 
bool fulldetail
 
bool onlyents
 
bool exportLightmaps
 
bool nomerge
 
bool nowater
 
bool nocsg
 
bool noweld
 
bool noshare
 
bool nosubdiv
 
bool notjunc
 
bool verboseentities
 
bool nobackclip
 
int nolighting
 
int block_xl
 
int block_xh
 
int block_yl
 
int block_yh
 
float microvolume
 
bool extrasamples
 
bool soft
 
bool info
 
bool generateFootstepFile
 
bool generateMaterialFile
 
bool performMapCheck
 
bool chkEntities
 
bool chkContained
 
bool chkFillLevelFlags
 
bool chkIntersection
 
bool chkNodraws
 
bool chkBrushes
 
bool chkLevelFlags
 
bool chkTextures
 
bool chkMixedFaceContents
 
bool chkMMicro
 
bool chkZFight
 
float mapMicrovol
 
bool chkAll
 
bool fixMap
 
bool stats
 
bool generateTraceFile
 
bool generateDebugTrace
 
int sun_intensity [LIGHTMAP_MAX]
 
vec3_t sun_ambient_color [LIGHTMAP_MAX]
 
vec3_t sun_color [LIGHTMAP_MAX]
 
vec3_t sun_angles [LIGHTMAP_MAX]
 
vec3_t sun_normal [LIGHTMAP_MAX]
 
char gamedir [MAX_VAR]
 
float saturation
 
float contrast
 
float brightness
 
byte lightquant
 
float surface_scale
 
float entity_scale
 
int onlynewer
 
int compile_for_day
 

Detailed Description

Definition at line 54 of file shared.h.

Field Documentation

int mapConfig_s::block_xh

Definition at line 76 of file shared.h.

int mapConfig_s::block_xl

Definition at line 76 of file shared.h.

int mapConfig_s::block_yh

Definition at line 76 of file shared.h.

int mapConfig_s::block_yl

Definition at line 76 of file shared.h.

float mapConfig_s::brightness

global light scale factor

Definition at line 113 of file shared.h.

bool mapConfig_s::chkAll

Definition at line 97 of file shared.h.

bool mapConfig_s::chkBrushes

Definition at line 90 of file shared.h.

bool mapConfig_s::chkContained

Definition at line 86 of file shared.h.

bool mapConfig_s::chkEntities

Definition at line 85 of file shared.h.

bool mapConfig_s::chkFillLevelFlags

Definition at line 87 of file shared.h.

bool mapConfig_s::chkIntersection

Definition at line 88 of file shared.h.

bool mapConfig_s::chkLevelFlags

Definition at line 91 of file shared.h.

bool mapConfig_s::chkMixedFaceContents

Definition at line 93 of file shared.h.

bool mapConfig_s::chkMMicro

Definition at line 94 of file shared.h.

bool mapConfig_s::chkNodraws

Definition at line 89 of file shared.h.

bool mapConfig_s::chkTextures

Definition at line 92 of file shared.h.

bool mapConfig_s::chkZFight

Definition at line 95 of file shared.h.

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

Definition at line 112 of file shared.h.

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::fixMap

Definition at line 98 of file shared.h.

bool mapConfig_s::fulldetail

everything with content will get a detail brush

Definition at line 62 of file shared.h.

char mapConfig_s::gamedir[MAX_VAR]

Definition at line 109 of file shared.h.

bool mapConfig_s::generateDebugTrace

Definition at line 101 of file shared.h.

bool mapConfig_s::generateFootstepFile

Definition at line 81 of file shared.h.

bool mapConfig_s::generateMaterialFile

Definition at line 82 of file shared.h.

bool mapConfig_s::generateTraceFile

Definition at line 100 of file shared.h.

bool mapConfig_s::info

Definition at line 80 of file shared.h.

byte mapConfig_s::lightquant

Definition at line 114 of file shared.h.

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.

int mapConfig_s::nice

Definition at line 56 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.

bool mapConfig_s::nocsg

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

Definition at line 75 of file shared.h.

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.

bool mapConfig_s::noweld

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

Definition at line 84 of file shared.h.

float mapConfig_s::saturation

Definition at line 111 of file shared.h.

bool mapConfig_s::soft

use different supersampling pattern for lightmap, which produces softer shadows

Definition at line 79 of file shared.h.

bool mapConfig_s::stats

print stats and quit. implemented as a kind of check

Definition at line 99 of file shared.h.

float mapConfig_s::subdivideSize

Definition at line 55 of file shared.h.

vec3_t mapConfig_s::sun_ambient_color[LIGHTMAP_MAX]

Definition at line 104 of file shared.h.

vec3_t mapConfig_s::sun_angles[LIGHTMAP_MAX]

Definition at line 106 of file shared.h.

vec3_t mapConfig_s::sun_color[LIGHTMAP_MAX]

Definition at line 105 of file shared.h.

int mapConfig_s::sun_intensity[LIGHTMAP_MAX]

Definition at line 103 of file shared.h.

vec3_t mapConfig_s::sun_normal[LIGHTMAP_MAX]

Definition at line 107 of file shared.h.

float mapConfig_s::surface_scale

surface lighting scale factor

Definition at line 115 of file shared.h.

bool mapConfig_s::verbose

Definition at line 57 of file shared.h.

bool mapConfig_s::verboseentities

prints entity sub model information to the console

Definition at line 73 of file shared.h.

verbosityLevel_t mapConfig_s::verbosity

Definition at line 58 of file shared.h.


The documentation for this struct was generated from the following file: