![]()  | 
  
    SLProject
    4.2.000
    
   A platform independent 3D computer graphics framework for desktop OS,  Android,  iOS and online in web browsers 
   | 
 
Implementation for an SLScene inherited class. More...
#include <AppDemoSceneVideoTrackFeatures.h>#include <AppCommon.h>#include <CVCapture.h>#include <CVTrackedFeatures.h>#include <SLAssetLoader.h>#include <SLLightSpot.h>#include <SLBox.h>#include <SLCoordAxis.h>Go to the source code of this file.
Variables | |
| SLGLTexture * | gVideoTexture | 
| CVTracked * | gVideoTracker | 
| SLNode * | gVideoTrackedNode | 
Implementation for an SLScene inherited class.
For more info about App framework and the scene assembly see: https://cpvrlab.github.io/SLProject4/app-framework.html
Definition in file AppDemoSceneVideoTrackFeatures.cpp.
      
  | 
  extern | 
Global pointer for the video texture defined in AppDemoLoad for video scenes It gets updated in the following onUpdateTracking routine
Definition at line 33 of file AppDemoVideo.cpp.
      
  | 
  extern | 
Global pointer to a node that from witch the gVideoTracker changes the pose. it gets updated in the following onUpdateTracking routine
Definition at line 43 of file AppDemoVideo.cpp.
      
  | 
  extern | 
Global pointer for a gVideoTracker that is set in AppDemoLoad for video scenes It gets updated in the following onUpdateTracking routine
Definition at line 38 of file AppDemoVideo.cpp.