![]() |
Pioneer
|
#include <Intro.h>


Public Member Functions | |
| Intro (Graphics::Renderer *r, int width, int height) | |
| ~Intro () | |
| virtual void | Draw (float deltaTime) |
| SceneGraph::Model * | getCurrentModel () const |
| bool | isZooming () const |
| void | RefreshBackground (Graphics::Renderer *r) |
Public Member Functions inherited from Cutscene | |
| Cutscene (Graphics::Renderer *r, int width, int height) | |
| virtual | ~Cutscene () |
| virtual void | Draw (float time)=0 |
Additional Inherited Members | |
Protected Attributes inherited from Cutscene | |
| Color | m_ambientColor |
| float | m_aspectRatio |
| Graphics::Renderer * | m_renderer |
| SceneGraph::Model * | m_model |
| Shields * | m_shield |
| std::vector< Graphics::Light > | m_lights |
| Intro::Intro | ( | Graphics::Renderer * | r, |
| int | width, | ||
| int | height | ||
| ) |

| Intro::~Intro | ( | ) |
|
virtual |
|
inline |
|
inline |
| void Intro::RefreshBackground | ( | Graphics::Renderer * | r | ) |
