mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-29 23:22:01 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5276 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f45eb4580e
commit
bb68e5c5cd
1 changed files with 4 additions and 2 deletions
|
@ -250,7 +250,8 @@ static void SHM_MeshFrontOnly(int numverts, vecV_t *verts, int numidx, index_t *
|
||||||
sh_shmesh->numverts += numverts;
|
sh_shmesh->numverts += numverts;
|
||||||
sh_shmesh->numindicies += numidx;
|
sh_shmesh->numindicies += numidx;
|
||||||
}
|
}
|
||||||
/*static void SHM_MeshBackOnly(int numverts, vecV_t *verts, int numidx, index_t *idx)
|
#if 0
|
||||||
|
static void SHM_MeshBackOnly(int numverts, vecV_t *verts, int numidx, index_t *idx)
|
||||||
{
|
{
|
||||||
int first = sh_shmesh->numverts;
|
int first = sh_shmesh->numverts;
|
||||||
int v, i;
|
int v, i;
|
||||||
|
@ -289,7 +290,8 @@ static void SHM_MeshFrontOnly(int numverts, vecV_t *verts, int numidx, index_t *
|
||||||
|
|
||||||
sh_shmesh->numverts += numverts;
|
sh_shmesh->numverts += numverts;
|
||||||
sh_shmesh->numindicies += numidx;
|
sh_shmesh->numindicies += numidx;
|
||||||
}*/
|
}
|
||||||
|
#endif
|
||||||
static void SHM_TriangleFan(int numverts, vecV_t *verts, vec3_t lightorg, float pd)
|
static void SHM_TriangleFan(int numverts, vecV_t *verts, vec3_t lightorg, float pd)
|
||||||
{
|
{
|
||||||
int v, i, idxs;
|
int v, i, idxs;
|
||||||
|
|
Loading…
Reference in a new issue