Pioneer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Intro Class Reference

#include <Intro.h>

Inheritance diagram for Intro:
Inheritance graph
[legend]
Collaboration diagram for Intro:
Collaboration graph
[legend]

Public Member Functions

 Intro (Graphics::Renderer *r, int width, int height)
 
 ~Intro ()
 
virtual void Draw (float deltaTime)
 
SceneGraph::ModelgetCurrentModel () 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::Rendererm_renderer
 
SceneGraph::Modelm_model
 
Shieldsm_shield
 
std::vector< Graphics::Lightm_lights
 

Constructor & Destructor Documentation

◆ Intro()

Intro::Intro ( Graphics::Renderer r,
int  width,
int  height 
)
Here is the call graph for this function:

◆ ~Intro()

Intro::~Intro ( )

Member Function Documentation

◆ Draw()

void Intro::Draw ( float  deltaTime)
virtual

Implements Cutscene.

Here is the call graph for this function:

◆ getCurrentModel()

SceneGraph::Model * Intro::getCurrentModel ( ) const
inline

◆ isZooming()

bool Intro::isZooming ( ) const
inline

◆ RefreshBackground()

void Intro::RefreshBackground ( Graphics::Renderer r)
Here is the call graph for this function:

The documentation for this class was generated from the following files: