]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.c
bmodel rotation physics now work
[xonotic/darkplaces.git] / model_alias.c
index d4fe29716cb2ca922009129b81e597a9675eef69..4d4e5885e7887fa79818ba526bce62aa50bbde14 100644 (file)
@@ -29,25 +29,8 @@ void Mod_AliasInit (void)
 {
 }
 
-//aliashdr_t   *pheader;
-
-//typedef struct
-//{
-//     int v[3];
-//     vec3_t normal;
-//} temptris_t;
-//temptris_t *temptris;
-//stvert_t     stverts[MAXALIASVERTS];
-//mtriangle_t  triangles[MAXALIASTRIS];
-
-// a pose is a single set of vertexes.  a frame may be
-// an animating sequence of poses
-//trivertx_t   *poseverts[MAXALIASFRAMES];
 int                    posenum;
 
-byte           **player_8bit_texels_tbl;
-byte           *player_8bit_texels;
-
 float          aliasbboxmin[3], aliasbboxmax[3]; // LordHavoc: proper bounding box considerations
 
 #define MAXVERTS 8192
@@ -175,8 +158,6 @@ typedef struct
        short           x, y;
 } floodfill_t;
 
-extern unsigned d_8to24table[];
-
 // must be a power of 2
 #define FLOODFILL_FIFO_SIZE 0x1000
 #define FLOODFILL_FIFO_MASK (FLOODFILL_FIFO_SIZE - 1)