Public Member Functions | |
| void | Update (float afTimeStep) |
| void | OnDraw () |
| void | FadeBrightnessTo (float afDarkness, float afTime) |
| void | FadeAlphaTo (float afDarkness, float afTime) |
| void | MoveTo (const cVector3f &avPos, float afTime) |
| void | Reset () |
Public Attributes | |
| cVector3f | mvCameraPosition |
| cVector3f | mvFinalPos |
| cVector3f | mvPosStep |
| float | mfPosCount |
| cVector3f | mvPosDistMul |
| tVector3fList | mlstPrevPos |
| int | mlMaxPrevPos |
| iTexture * | mpTexture |
| bool | mbActive |
| float | mfBrightness |
| float | mfBrightnessStep |
| float | mfFinalBrightness |
| float | mfAlpha |
| float | mfAlphaStep |
| float | mfFinalAlpha |
| tVertexVec | mvVtxVec |
| cInit * | mpInit |
| iLowLevelGraphics * | mpLowGfx |
| cTextureManager * | mpTexManager |