gl_doubleeyes. evil hacks courtesy of id.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3326 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ff1246589a
commit
4b6f269963
1 changed files with 6 additions and 0 deletions
|
@ -1249,6 +1249,12 @@ void R_DrawGAliasModel (entity_t *e)
|
||||||
-scale_origin[1],
|
-scale_origin[1],
|
||||||
-scale_origin[2]);
|
-scale_origin[2]);
|
||||||
}
|
}
|
||||||
|
else if (!strcmp(clmodel->name, "progs/eyes.mdl"))
|
||||||
|
{
|
||||||
|
// double size of eyes, since they are really hard to see in gl
|
||||||
|
qglTranslatef (0, 0, 0 - (22 + 8));
|
||||||
|
qglScalef (2, 2, 2);
|
||||||
|
}
|
||||||
|
|
||||||
if (!ruleset_allow_larger_models.value && clmodel->clampscale != 1)
|
if (!ruleset_allow_larger_models.value && clmodel->clampscale != 1)
|
||||||
{ //possibly this should be on a per-frame basis, but that's a real pain to do
|
{ //possibly this should be on a per-frame basis, but that's a real pain to do
|
||||||
|
|
Loading…
Reference in a new issue