/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
pvsnotes | 1 convert all leafs in octree to PvsNode, add to list pvsNodes
|
/external/quake/quake/src/QW/client/ |
bspfile.h | 145 short children[2]; // negative numbers are -(leafs+1), not nodes 199 // all other leafs need visibility info
|
gl_model.h | 162 int contents; // 0, to differentiate from leafs
379 int numleafs; // number of visible leafs, not counting 0
380 mleaf_t *leafs;
member in struct:model_s
|
model.h | 142 int contents; // 0, to differentiate from leafs 345 int numleafs; // number of visible leafs, not counting 0 346 mleaf_t *leafs; member in struct:model_s
|
r_main.c | 261 cl.worldmodel->leafs[i].efrags = NULL; 529 node = (mnode_t *)&cl.worldmodel->leafs[i+1];
|
gl_model.c | 158 if (leaf == model->leafs) 881 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 885 Mod_SetParent (loadmodel->nodes, NULL); // sets nodes and leafs 907 loadmodel->leafs = out; [all...] |
gl_rmisc.c | 416 cl.worldmodel->leafs[i].efrags = NULL;
|
model.c | 156 if (leaf == model->leafs) 867 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 871 Mod_SetParent (loadmodel->nodes, NULL); // sets nodes and leafs 891 loadmodel->leafs = out; [all...] |
gl_rsurf.c | 1409 node = (mnode_t *)&cl.worldmodel->leafs[i+1]; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_model.h | 158 int contents; // 0, to differentiate from leafs 376 int numleafs; // number of visible leafs, not counting 0 377 mleaf_t *leafs; member in struct:model_s
|
model.h | 131 int contents; // 0, to differentiate from leafs 328 int numleafs; // number of visible leafs, not counting 0 329 mleaf_t *leafs; member in struct:model_s
|
bspfile.h | 158 short children[2]; // negative numbers are -(leafs+1), not nodes
212 // all other leafs need visibility info
|
r_main.cpp | 253 cl.worldmodel->leafs[i].efrags = NULL;
509 node = (mnode_t *)&cl.worldmodel->leafs[i+1];
|
gl_model.cpp | 158 if (leaf == model->leafs) 881 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 885 Mod_SetParent (loadmodel->nodes, NULL); // sets nodes and leafs 905 loadmodel->leafs = out; [all...] |
gl_rmisc.cpp | 414 cl.worldmodel->leafs[i].efrags = NULL;
|
model.cpp | 157 if (leaf == model->leafs) 885 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 889 Mod_SetParent (loadmodel->nodes, NULL); // sets nodes and leafs 909 loadmodel->leafs = out; [all...] |
world.cpp | 346 leafnum = leaf - sv.worldmodel->leafs - 1; 439 // link to PVS leafs
|
/external/quake/quake/src/QW/ |
qw2do.txt | 60 x- should water leafs pass sounds (i.e., fully hearable in PHS)
|
/external/quake/quake/src/QW/server/ |
sv_init.c | 204 memcpy (scan, Mod_LeafPVS(sv.worldmodel->leafs+i, sv.worldmodel), 252 Con_Printf ("Average leafs visible / hearable / total: %i / %i / %i\n"
|
model.c | 137 if (leaf == model->leafs) 804 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 808 Mod_SetParent (loadmodel->nodes, NULL); // sets nodes and leafs 828 loadmodel->leafs = out;
|
sv_send.c | 268 leafnum = leaf - sv.worldmodel->leafs; 313 // -1 is because pvs rows are 1 based, not 0 based like leafs 314 leafnum = leaf - sv.worldmodel->leafs - 1;
|
sv_ents.c | 76 Calculates a PVS that is the inclusive or of all leafs within 8 pixels of the
|
world.c | 336 leafnum = leaf - sv.worldmodel->leafs - 1; 401 // link to PVS leafs
|
pr_cmds.c | 656 l = (leaf - sv.worldmodel->leafs) - 1;
|
/external/llvm/tools/llvm-config/ |
llvm-config.cpp | 121 // The list is now ordered with leafs first, we want the libraries to printed
|