Public Member Functions | |
| KAClientPBulletImpact (KWorld *pWorld, KVector Position, KVector Normal, KTIME DeathTime=KAPARTICULE_IMMORTAL, float Size=1.0f) | |
| virtual bool | Init (KRender *pRender) |
| virtual void | Display (KRender *pRender) |
Protected Attributes | |
| KSHADER | m_hShader |
| KVector | m_Position |
| KVector | m_Normal |
| KVector | m_DirX |
| KVector | m_DirZ |
| float | m_Size |
| KRenderFace | m_Face |
| KLVertex | m_pVertex [8] |
| u16 | m_pIndex [12] |
Definition at line 54 of file A_ClientParticule.h.
1.5.1-p1