#include <ScreenOutdoors.h>
Inheritance diagram for MercurySkyBox:
Public Member Functions | |
virtual void | Update (const float dTime) |
[internal] Update (call this update last when abstracting because Update can destroy the object) | |
void | BindToCamera (MercuryCamera **camera) |
Private Attributes | |
MercuryCamera ** | m_boundCamera |
Definition at line 8 of file ScreenOutdoors.h.
void MercurySkyBox::Update | ( | const float | dTime | ) | [virtual] |
[internal] Update (call this update last when abstracting because Update can destroy the object)
Reimplemented from MercuryLoadableModel.
Definition at line 39 of file ScreenOutdoors.cpp.
void MercurySkyBox::BindToCamera | ( | MercuryCamera ** | camera | ) | [inline] |
Definition at line 12 of file ScreenOutdoors.h.
MercuryCamera** MercurySkyBox::m_boundCamera [private] |
Definition at line 14 of file ScreenOutdoors.h.