|
| iParticleEmitter3D (tString asName, tMaterialVec *avMaterials, unsigned int alMaxParticles, cVector3f avSize, cGraphics *apGraphics, cResources *apResources) |
|
void | UpdateLogic (float afTimeStep) |
|
void | Render () |
|
eParticleEmitterType | GetType () |
|
void | SetSubDivUV (const cVector2l &avSubDiv) |
|
void | SetWorld (cWorld3D *apWorld) |
|
void | SetSystem (cParticleSystem3D *apSystem) |
|
tString | GetEntityType () |
|
bool | IsVisible () |
|
void | SetVisible (bool abVisible) |
|
void | UpdateGraphics (cCamera3D *apCamera, float afFrameTime, cRenderList *apRenderList) |
|
iMaterial * | GetMaterial () |
|
iVertexBuffer * | GetVertexBuffer () |
|
bool | IsShadowCaster () |
|
cBoundingVolume * | GetBoundingVolume () |
|
cMatrixf * | GetModelMatrix (cCamera3D *apCamera) |
|
int | GetMatrixUpdateCount () |
|
eRenderableType | GetRenderType () |
|
virtual iSaveData * | CreateSaveData () |
|
virtual void | SaveToSaveData (iSaveData *apSaveData) |
|
virtual void | LoadFromSaveData (iSaveData *apSaveData) |
|
virtual void | SaveDataSetup (cSaveObjectHandler *apSaveObjectHandler, cGame *apGame) |
|
Public Member Functions inherited from hpl::iParticleEmitter |
| iParticleEmitter (tMaterialVec *avMaterials, unsigned int alMaxParticles, cVector3f avSize, cGraphics *apGraphics, cResources *apResources) |
|
void | Update (float afTimeStep) |
|
tString | GetEntityType () |
|
virtual bool | IsDead () |
|
virtual void | Kill () |
|
void | KillInstantly () |
|
virtual bool | IsDying () |
|
void | SetDataName (const tString &asName) |
|
void | SetDataSize (const cVector3f &avSize) |
|
int | GetParticleNum () |
|
| iRenderable (const tString &asName) |
|
bool | IsRendered () |
|
virtual void | SetRendered (bool abX) |
|
virtual bool | CollidesWithBV (cBoundingVolume *apBV) |
|
virtual bool | CollidesWithFrustum (cFrustum *apFrustum) |
|
float | GetZ () |
|
void | SetZ (float afZ) |
|
cMatrixf * | GetInvModelMatrix () |
|
void | SetPrevMatrix (const cMatrixf &a_mtxPrev) |
|
cMatrixf & | GetPrevMatrix () |
|
const cVector3f & | GetCalcScale () |
|
void | SetStatic (bool abX) |
|
bool | IsStatic () const |
|
int | GetRenderCount () const |
|
void | SetRenderCount (const int alCount) |
|
int | GetPrevRenderCount () const |
|
void | SetPrevRenderCount (const int alCount) |
|
void | SetForceShadow (bool abX) |
|
bool | GetForceShadow () |
|
bool | GetIsOneSided () |
|
const cVector3f & | GetOneSidedNormal () |
|
| iEntity3D (tString asName) |
|
cVector3f | GetLocalPosition () |
|
cMatrixf & | GetLocalMatrix () |
|
cVector3f | GetWorldPosition () |
|
cMatrixf & | GetWorldMatrix () |
|
void | SetPosition (const cVector3f &avPos) |
|
void | SetMatrix (const cMatrixf &a_mtxTransform) |
|
void | SetWorldPosition (const cVector3f &avWorldPos) |
|
void | SetWorldMatrix (const cMatrixf &a_mtxWorldTransform) |
|
void | SetTransformUpdated (bool abUpdateCallbacks=true) |
|
bool | GetTransformUpdated () |
|
int | GetTransformUpdateCount () |
|
void | AddCallback (iEntityCallback *apCallback) |
|
void | RemoveCallback (iEntityCallback *apCallback) |
|
void | SetSourceFile (const tString &asFile) |
|
const tString & | GetSourceFile () |
|
void | AddChild (iEntity3D *apEntity) |
|
void | RemoveChild (iEntity3D *apEntity) |
|
bool | IsChild (iEntity3D *apEntity) |
|
iEntity3D * | GetEntityParent () |
|
virtual tRenderContainerDataList * | GetRenderContainerDataList () |
|
int | GetIteratorCount () |
|
void | SetIteratorCount (const int alX) |
|
void | SetCurrentSector (cSector *apSetor) |
|
virtual cSector * | GetCurrentSector () const |
|
bool | IsInSector (cSector *apSector) |
|
int | GetGlobalRenderCount () |
|
void | SetGlobalRenderCount (int alX) |
|
| iEntity (tString asName) |
|
tString & | GetName () |
|
void | SetName (const tString &asName) |
|
iNode * | GetParent () |
|
void | SetParent (iNode *apNode) |
|
bool | HasParent () |
|
bool | IsActive () |
|
void | SetActive (bool abActive) |
|
int | GetSaveObjectId () |
|
void | SetIsSaved (bool abX) |
|
bool | IsSaved () |
|