SLProject 4.0.000
SLScene.h File Reference
#include <utility>
#include <vector>
#include <map>
#include <SL.h>
#include <SLAnimManager.h>
#include <Averaged.h>
#include <SLGLOculus.h>
#include <SLLight.h>
#include <SLMesh.h>
#include <SLEntities.h>
Include dependency graph for SLScene.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SLScene
 The SLScene class represents the top level instance holding the scene structure. More...
 

Typedefs

typedef void(SL_STDCALL * cbOnSceneLoad) (SLAssetManager *am, SLScene *s, SLSceneView *sv, SLint sceneID)
 C-Callback function typedef for scene load function. More...
 

Typedef Documentation

◆ cbOnSceneLoad

typedef void(SL_STDCALL * cbOnSceneLoad) (SLAssetManager *am, SLScene *s, SLSceneView *sv, SLint sceneID)

C-Callback function typedef for scene load function.