Home
last modified time | relevance | path

Searched defs:vtxarray (Results 1 – 6 of 6) sorted by relevance

/dports/games/redeclipse/base-2.0.0/src/engine/
H A Docta.h128 ushort voffset, eoffset, skyoffset, decaloffset; // offset into vertex data
129 ushort *edata, *skydata, *decaldata; // vertex indices
130 GLuint vbuf, ebuf, skybuf, decalbuf; // VBOs
131 ushort minvert, maxvert; // DRE info
134 …racttris, refract, texmask, sky, matsurfs, matmask, distance, rdistance, dyntexs, decaltris, decal…
137 ivec geommin, geommax; // BB of geom
141 ivec lavamin, lavamax; // BB of any lava
144 ivec nogimin, nogimax; // BB of any nogi
146 uchar curvfc, occluded;
148 vector<octaentities *> mapmodels, decals;
[all …]
/dports/games/tesseract-data/tesseract/src/engine/
H A Docta.h124 ushort voffset, eoffset, skyoffset, decaloffset; // offset into vertex data
125 ushort *edata, *skydata, *decaldata; // vertex indices
126 GLuint vbuf, ebuf, skybuf, decalbuf; // VBOs
127 ushort minvert, maxvert; // DRE info
130 …racttris, refract, texmask, sky, matsurfs, matmask, distance, rdistance, dyntexs, decaltris, decal…
133 ivec geommin, geommax; // BB of geom
136 ivec lavamin, lavamax; // BB of any lava
139 ivec nogimin, nogimax; // BB of any nogi
141 uchar curvfc, occluded;
143 vector<octaentities *> mapmodels, decals;
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Docta.h124 ushort voffset, eoffset, skyoffset, decaloffset; // offset into vertex data
125 ushort *edata, *skydata, *decaldata; // vertex indices
126 GLuint vbuf, ebuf, skybuf, decalbuf; // VBOs
127 ushort minvert, maxvert; // DRE info
130 …racttris, refract, texmask, sky, matsurfs, matmask, distance, rdistance, dyntexs, decaltris, decal…
133 ivec geommin, geommax; // BB of geom
136 ivec lavamin, lavamax; // BB of any lava
139 ivec nogimin, nogimax; // BB of any nogi
141 uchar curvfc, occluded;
143 vector<octaentities *> mapmodels, decals;
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Docta.h111 struct vtxarray struct
115 vtxarray *next, *rnext; // linked list of visible VOBs argument
118 ushort *edata, *skydata; // vertex indices
119 GLuint vbuf, ebuf, skybuf; // VBOs
120 ushort minvert, maxvert; // DRE info
123 int verts, tris, texs, blends, texmask, sky, explicitsky, skyfaces, skyclip, matsurfs, distance;
125 ivec o;
127 ivec geommin, geommax; // BB of geom
129 ivec matmin, matmax; // BB of any materials
131 uchar curvfc, occluded;
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Docta.h129 struct vtxarray struct
133 vtxarray *next, *rnext; // linked list of visible VOBs argument
136 ushort *edata, *skydata; // vertex indices
137 GLuint vbuf, ebuf, skybuf; // VBOs
138 ushort minvert, maxvert; // DRE info
141 …fronttris, alphafront, alphatris, texmask, sky, explicitsky, skyfaces, skyclip, matsurfs, distance;
143 ivec o;
145 ivec geommin, geommax; // BB of geom
147 ivec matmin, matmax; // BB of any materials
149 uchar curvfc, occluded;
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Docta.h129 struct vtxarray struct
133 vtxarray *next, *rnext; // linked list of visible VOBs argument
136 ushort *edata, *skydata; // vertex indices
137 GLuint vbuf, ebuf, skybuf; // VBOs
138 ushort minvert, maxvert; // DRE info
141 …back, alphafronttris, alphafront, texmask, sky, explicitsky, skyfaces, skyclip, matsurfs, distance;
143 ivec o;
145 ivec geommin, geommax; // BB of geom
147 ivec matmin, matmax; // BB of any materials
149 uchar curvfc, occluded;
[all …]