OpenMW
|
#include <characterpreview.hpp>
Public Member Functions | |
RaceSelectionPreview () | |
virtual void | onSetup () |
void | render () |
void | update (float angle) |
const ESM::NPC & | getPrototype () const |
void | setPrototype (const ESM::NPC &proto) |
Protected Member Functions | |
virtual bool | renderHeadOnly () |
void | updateCamera () |
Private Attributes | |
ESM::NPC | mBase |
MWWorld::LiveCellRef< ESM::NPC > | mRef |
const ESM::NPC& MWRender::RaceSelectionPreview::getPrototype | ( | ) | const [inline] |
void MWRender::RaceSelectionPreview::onSetup | ( | ) | [virtual] |
Reimplemented from MWRender::CharacterPreview.
virtual bool MWRender::RaceSelectionPreview::renderHeadOnly | ( | ) | [inline, protected, virtual] |
Reimplemented from MWRender::CharacterPreview.
void MWRender::RaceSelectionPreview::setPrototype | ( | const ESM::NPC & | proto | ) |
void MWRender::RaceSelectionPreview::update | ( | float | angle | ) |
void MWRender::RaceSelectionPreview::updateCamera | ( | ) | [protected] |