|
| cBillboard (const tString asName, const cVector2f &avSize, cResources *apResources, cGraphics *apGraphics) |
|
void | SetMaterial (iMaterial *apMaterial) |
|
void | SetSize (const cVector2f &avSize) |
|
cVector2f | GetSize () |
|
void | SetType (eBillboardType aType) |
|
eBillboardType | GetType () |
|
void | SetAxis (const cVector3f &avAxis) |
|
cVector3f | GetAxis () |
|
void | SetForwardOffset (float afOffset) |
|
float | GetForwardOffset () |
|
void | SetColor (const cColor &aColor) |
|
const cColor & | GetColor () |
|
void | SetHaloAlpha (float afX) |
|
float | GetHaloAlpha () |
|
void | LoadXMLProperties (const tString asFile) |
|
void | SetIsHalo (bool abX) |
|
bool | IsHalo () |
|
void | SetHaloSourceSize (const cVector3f &avSize) |
|
cVector3f | GetHaloSourceSize () |
|
void | SetHaloSourceIsParent (bool abX) |
|
bool | GetHaloSourceIsParent () |
|
iOcclusionQuery * | GetQuery () |
|
iOcclusionQuery * | GetMaxQuery () |
|
tString | GetEntityType () |
|
bool | IsVisible () |
|
void | SetVisible (bool abVisible) |
|
iMaterial * | GetMaterial () |
|
iVertexBuffer * | GetVertexBuffer () |
|
void | UpdateGraphics (cCamera3D *apCamera, float afFrameTime, cRenderList *apRenderList) |
|
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) |
|
| 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) |
|
virtual void | UpdateLogic (float afTimeStep) |
|
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 () |
|