Public Member Functions | |
| KSkyDraw () | |
| ~KSkyDraw () | |
| bool | Init (KRender *pRender, u32 nSegments, KSunDraw *pSunDraw) |
| void | Draw () |
Protected Attributes | |
| KRender * | m_pRender |
| KSunDraw * | m_pSunDraw |
| KSHADER | m_hShader |
| KLVertex * | m_pVertex |
| u32 | m_nVertex |
| KINDEX * | m_pIndex |
| u32 | m_nIndex |
| u32 | m_nSegments |
Definition at line 21 of file SkyDraw.h.
1.5.1-p1