This commit is contained in:
parent
5c55823d63
commit
e2956c44ee
12 changed files with 277 additions and 203 deletions
|
@ -13,11 +13,18 @@ public:
|
|||
CLayerTile3d(sLayerHdr *Hdr,sTile *TileList,sTri *TriList,sQuad *QuadList,sVtx *VtxList);
|
||||
~CLayerTile3d();
|
||||
|
||||
void init(VECTOR &MapPos,int Shift,int Width,int Height);
|
||||
void shutdown();
|
||||
void render();
|
||||
void init(VECTOR &MapPos,int Shift,int Width,int Height);
|
||||
void shutdown();
|
||||
void render();
|
||||
|
||||
protected:
|
||||
void UpdateRow(int MapX,int MapY);
|
||||
void UpdateColumn(int MapX,int MapY);
|
||||
|
||||
sPrimGridElem3d *GetGridPos3d(int X,int Y);
|
||||
sTileMapElem3d *GetMapPos3d(int X,int Y);
|
||||
|
||||
void RenderBlock(sPrimGridElem3d *Elem);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue