Public Member Functions | |
| KTileDraw (KLandscape *pLandscape) | |
| virtual | ~KTileDraw () |
| virtual bool | NewTile () |
| virtual bool | LoadTile (KFile &File) |
| virtual bool | SaveTile (KFile &File) |
| virtual void | Flush () |
| bool | Init (KRender *pRender) |
| void | Draw (KPlane *pClipPlanes, u32 nClipPlanes) |
| KSHADER | GethMiniMapShader () |
| KRender * | GetpRender () |
| KSubTileDraw * | GetpSubTileDraw (s32 SubTileX, s32 SubTileY) |
| KVector * | GetpBBox () |
| void | ComputeBBox () |
| bool | GetRayIntersection (KVector &Orig, KVector &Dir, KVector *pPoint) |
| void | ToDraw (bool bDraw) |
| bool | IsToDraw () |
| KLandscapeDraw * | GetpLandscapeDraw () |
| virtual void | LoadHeightMap (KFile &File) |
| virtual void | SaveHeightMap (KFile &File) |
Protected Member Functions | |
| virtual KSubTile * | AllocSubTile (KTile *pTile, float PosX, float PosY) |
Protected Attributes | |
| KRender * | m_pRender |
| KSHADER | m_hMiniMap |
| KVector | m_pBBox [8] |
| bool | m_bDraw |
Definition at line 27 of file TileDraw.h.
1.5.1-p1