Home
last modified time | relevance | path

Searched refs:c_uniqueverts (Results 1 – 5 of 5) sorted by relevance

/dports/games/gtkradiant/GPL/Q2Tools/bsp/qbsp3/
H A Dfaces.c45 int c_uniqueverts; variable
156 c_uniqueverts++; in GetVertexnum()
205 c_uniqueverts++; in GetVertexnum()
286 c_uniqueverts++; in EmitFaceVertexes()
563 c_uniqueverts = 0; in FixTjuncs()
566 qprintf ("%i unique from %i\n", c_uniqueverts, c_totalverts); in FixTjuncs()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/q2map/
H A Dfaces.c45 int c_uniqueverts; variable
156 c_uniqueverts++; in GetVertexnum()
205 c_uniqueverts++; in GetVertexnum()
286 c_uniqueverts++; in EmitFaceVertexes()
563 c_uniqueverts = 0; in FixTjuncs()
566 Sys_FPrintf( SYS_VRB, "%i unique from %i\n", c_uniqueverts, c_totalverts); in FixTjuncs()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/q2map/
H A Dfaces.c45 int c_uniqueverts; variable
159 c_uniqueverts++; in GetVertexnum()
212 c_uniqueverts++; in GetVertexnum()
292 c_uniqueverts++; in EmitFaceVertexes()
570 c_uniqueverts = 0; in FixTjuncs()
573 Sys_FPrintf( SYS_VRB, "%i unique from %i\n", c_uniqueverts, c_totalverts ); in FixTjuncs()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/bsp/qbsp3/
H A Dfaces.c45 int c_uniqueverts; variable
156 c_uniqueverts++; in GetVertexnum()
205 c_uniqueverts++; in GetVertexnum()
286 c_uniqueverts++; in EmitFaceVertexes()
563 c_uniqueverts = 0; in FixTjuncs()
566 qprintf ("%i unique from %i\n", c_uniqueverts, c_totalverts); in FixTjuncs()
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/
H A Dfaces.cpp34 static int c_merge, c_subdivide, c_totalverts, c_uniqueverts, c_degenerate, c_tjunctions, c_faceove… variable
107 c_uniqueverts++; in GetVertexnum()
203 c_uniqueverts++; in EmitFaceVertexes()
386 c_uniqueverts = 0; in FixTjuncs()
389 Verb_Printf(VERB_EXTRA, "%i unique from %i\n", c_uniqueverts, c_totalverts); in FixTjuncs()