#include <r_model.h>
Public Attributes | |
| int | contents |
| int | visframe |
| short | minmaxs [6] |
| struct mnode_s * | parent |
| int | cluster |
| int | area |
| msurface_t ** | firstmarksurface |
| int | nummarksurfaces |
| int | key |
| float | minmaxs [6] |
| int mleaf_s::area |
Definition at line 155 of file r_model.h.
Referenced by Mod_LoadLeafs(), and R_RecursiveWorldNode().
| int mleaf_s::cluster |
Definition at line 154 of file r_model.h.
Referenced by Mod_LoadLeafs(), R_MarkLeaves(), and R_SetupFrame().
| int mleaf_s::contents |
Definition at line 146 of file r_model.h.
Referenced by Mod_LoadLeafs(), R_NumberLeafs(), and R_SetupFrame().
| msurface_t ** mleaf_s::firstmarksurface |
Definition at line 157 of file r_model.h.
Referenced by Mod_LoadLeafs(), and R_RecursiveWorldNode().
| int mleaf_s::key |
Definition at line 159 of file r_model.h.
Referenced by R_RecursiveWorldNode().
| float mleaf_s::minmaxs |
Definition at line 149 of file r_model.h.
Referenced by Mod_LoadLeafs().
| float mleaf_s::minmaxs[6] |
Definition at line 153 of file gl_model.h.
| int mleaf_s::nummarksurfaces |
Definition at line 158 of file r_model.h.
Referenced by Mod_LoadLeafs(), and R_RecursiveWorldNode().
| int mleaf_s::visframe |
Definition at line 147 of file r_model.h.
Referenced by R_MarkLeaves().