mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
#6069: Remove md4 model support.
This commit is contained in:
parent
9d9715c63d
commit
6f3edb20b8
11 changed files with 19 additions and 741 deletions
|
@ -1915,9 +1915,6 @@ static void R_AddEntitySurface (int entityNum)
|
|||
case MOD_MESH:
|
||||
R_AddMD3Surfaces( ent );
|
||||
break;
|
||||
case MOD_MD4:
|
||||
R_AddAnimSurfaces( ent );
|
||||
break;
|
||||
case MOD_MDR:
|
||||
R_MDRAddAnimSurfaces( ent );
|
||||
break;
|
||||
|
@ -2204,12 +2201,6 @@ void R_RenderPshadowMaps(const refdef_t *fd)
|
|||
}
|
||||
break;
|
||||
|
||||
case MOD_MD4:
|
||||
{
|
||||
// FIXME: actually calculate the radius and bounds, this is a horrible hack
|
||||
radius = r_pshadowDist->value / 2.0f;
|
||||
}
|
||||
break;
|
||||
case MOD_MDR:
|
||||
{
|
||||
// FIXME: never actually tested this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue