This commit is contained in:
Daveo 2001-07-12 20:10:15 +00:00
parent 2b18408e9a
commit 948f32ea2e
8 changed files with 244 additions and 102 deletions

View file

@ -36,10 +36,13 @@ public:
void render();
protected:
void CacheElemVtx(sElem3d *Elem);
sElem3d *ElemBank3d;
sTri *TriList;
sQuad *QuadList;
sVtx *VtxList;
u16 *VtxIdxList;
DVECTOR RenderOfs;
};