![]()  | 
  
    PeriDyno 1.2.1
    
   | 
 
#include <WtApp.h>


Public Member Functions | |
| WtApp (int argc=1, char **argv=NULL) | |
| ~WtApp () | |
| void | mainLoop () override | 
  Public Member Functions inherited from dyno::AppBase | |
| 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.