![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <model_brush.h>
Data Fields | |
unsigned char | ambient_sound_level [NUM_AMBIENTS] |
int | areaindex |
int | clusterindex |
int | combinedsupercontents |
int | containscollisionsurfaces |
int | contents |
int * | firstleafbrush |
int * | firstleafsurface |
vec3_t | maxs |
vec3_t | mins |
int | numleafbrushes |
int | numleafsurfaces |
struct mnode_s * | parent |
mplane_t * | plane |
int | portalmarkid |
struct mportal_s * | portals |
Definition at line 174 of file model_brush.h.
unsigned char mleaf_t::ambient_sound_level[NUM_AMBIENTS] |
Definition at line 195 of file model_brush.h.
Referenced by Mod_Q1BSP_AmbientSoundLevelsForPoint(), Mod_Q1BSP_LoadLeafs(), and Mod_Q2BSP_LoadLeafs().
int mleaf_t::areaindex |
Definition at line 189 of file model_brush.h.
Referenced by Mod_OBJ_Load(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), and R_TimeReport_EndFrame().
int mleaf_t::clusterindex |
Definition at line 188 of file model_brush.h.
Referenced by Mod_OBJ_Load(), Mod_Q1BSP_CheckWaterAlphaSupport(), Mod_Q1BSP_LoadLeafs(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), Mod_Q3BSP_LoadPVS(), Portal_RecursiveFindLeafForFlow(), R_DrawParticles(), R_DrawPortal_Callback(), R_Q1BSP_RecursiveGetLightInfo_BSP(), R_TimeReport_EndFrame(), R_View_WorldVisibility(), and R_Water_AddWaterPlane().
int mleaf_t::combinedsupercontents |
Definition at line 184 of file model_brush.h.
Referenced by Mod_BSP_LoadNodes_RecursiveSetParent(), and Mod_OBJ_Load().
int mleaf_t::containscollisionsurfaces |
Definition at line 190 of file model_brush.h.
Referenced by Mod_BSP_LoadNodes_RecursiveSetParent().
int mleaf_t::contents |
Definition at line 196 of file model_brush.h.
Referenced by Mod_Q1BSP_CheckWaterAlphaSupport(), Mod_Q1BSP_LoadLeafs(), Mod_Q1BSP_TraceLineAgainstSurfacesRecursiveBSPNode(), and Mod_Q2BSP_LoadLeafs().
int* mleaf_t::firstleafbrush |
Definition at line 194 of file model_brush.h.
Referenced by Mod_BSP_LoadNodes_RecursiveSetParent(), Mod_OBJ_Load(), Mod_Q2BSP_FindSubmodelBrushRange_r(), Mod_Q2BSP_LoadLeafs(), and Mod_Q3BSP_LoadLeafs().
int* mleaf_t::firstleafsurface |
Definition at line 192 of file model_brush.h.
Referenced by Mod_BSP_FindNonSolidLocation_r_Leaf(), Mod_BSP_LoadNodes_RecursiveSetParent(), Mod_OBJ_Load(), Mod_Q1BSP_LoadLeafs(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), Portal_RecursiveFlow(), R_CountLeafTriangles(), R_Q1BSP_RecursiveGetLightInfo_BSP(), and R_View_WorldVisibility().
vec3_t mleaf_t::maxs |
Definition at line 182 of file model_brush.h.
Referenced by Mod_BSP_FinalizePortals(), Mod_OBJ_Load(), Mod_Q1BSP_LoadLeafs(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), Portal_RecursiveFlow(), R_Q1BSP_CallRecursiveGetLightInfo(), R_Q1BSP_RecursiveGetLightInfo_BSP(), and R_View_WorldVisibility().
vec3_t mleaf_t::mins |
Definition at line 181 of file model_brush.h.
Referenced by Mod_BSP_FinalizePortals(), Mod_OBJ_Load(), Mod_Q1BSP_LoadLeafs(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), Portal_RecursiveFlow(), R_Q1BSP_CallRecursiveGetLightInfo(), R_Q1BSP_RecursiveGetLightInfo_BSP(), and R_View_WorldVisibility().
int mleaf_t::numleafbrushes |
Definition at line 193 of file model_brush.h.
Referenced by Mod_BSP_LoadNodes_RecursiveSetParent(), Mod_OBJ_Load(), Mod_Q2BSP_FindSubmodelBrushRange_r(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), and R_TimeReport_EndFrame().
int mleaf_t::numleafsurfaces |
Definition at line 191 of file model_brush.h.
Referenced by Mod_BSP_LoadNodes_RecursiveSetParent(), Mod_OBJ_Load(), Mod_Q1BSP_LoadLeafs(), Mod_Q2BSP_LoadLeafs(), Mod_Q3BSP_LoadLeafs(), Portal_RecursiveFlow(), R_CountLeafTriangles(), R_Q1BSP_RecursiveGetLightInfo_BSP(), R_TimeReport_EndFrame(), and R_View_WorldVisibility().
struct mnode_s* mleaf_t::parent |
Definition at line 178 of file model_brush.h.
Referenced by Mod_Q3BSP_LoadLeafs().
mplane_t* mleaf_t::plane |
Definition at line 177 of file model_brush.h.
Referenced by Mod_Q3BSP_LoadLeafs().
int mleaf_t::portalmarkid |
Definition at line 197 of file model_brush.h.
Referenced by Portal_RecursiveFlowSearch().
struct mportal_s* mleaf_t::portals |
Definition at line 179 of file model_brush.h.
Referenced by Mod_BSP_FinalizePortals(), Portal_RecursiveFlow(), Portal_RecursiveFlowSearch(), R_Q1BSP_RecursiveGetLightInfo_BSP(), and R_View_WorldVisibility().