![]() |
PeriDyno 1.0.0
|
#include <WtApp.h>
Public Member Functions | |
WtApp (int argc=1, char **argv=NULL) | |
~WtApp () | |
void | mainLoop () override |
![]() | |
AppBase () | |
~AppBase () | |
virtual void | initialize (int width, int height, bool usePlugin=false) |
virtual RenderWindow * | renderWindow () |
virtual std::shared_ptr< SceneGraph > | getSceneGraph () |
virtual void | setSceneGraph (std::shared_ptr< SceneGraph > scene) |
virtual void | setSceneGraphCreator (std::function< std::shared_ptr< SceneGraph >()> creator) |
Private Attributes | |
int | argc_ = 1 |
char ** | argv_ = nullptr |
|
overridevirtual |
Implements dyno::AppBase.