SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
File with the main function and two callbacks for the node demo app. More...
#include <App.h>
#include <AppCommon.h>
#include <AppNodeGui.h>
#include <AppNodeSceneView.h>
#include <AppNodeScene.h>
Go to the source code of this file.
Functions | |
static SLSceneView * | createSceneView (SLScene *scene, int myDPI, SLInputManager &inputManager) |
static SLScene * | createScene (SLSceneID sceneID) |
int | SL_MAIN_FUNCTION (int argc, char *argv[]) |
File with the main function and two callbacks for the node demo app.
Definition in file AppNodeMain.cpp.
Definition at line 25 of file AppNodeMain.cpp.
|
static |
Definition at line 18 of file AppNodeMain.cpp.
int SL_MAIN_FUNCTION | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 30 of file AppNodeMain.cpp.