This commit is contained in:
Daveo 2001-05-09 15:34:19 +00:00
parent c329cb24c2
commit 615305eced
2 changed files with 16 additions and 6 deletions

View file

@ -178,7 +178,7 @@ virtual ~CModelGfx(){};
static void SetData(sModel *Table,sTri *TList,sQuad *QList,sVtx *VList);
void SetModel(int Type);
void Render(DVECTOR &Pos,SVECTOR *Angle=0,VECTOR *Scale=0);
void Render(DVECTOR &Pos,SVECTOR *Angle=0,VECTOR *Scale=0,VECTOR *Flip=0);
sBBox &GetBBox() {return(Model->BBox);}
protected: