SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
AppDemoSceneVideoTrackChessboard.cpp File Reference
#include <AppDemoSceneVideoTrackChessboard.h>
#include <AppCommon.h>
#include <AppDemoSceneID.h>
#include <CVCapture.h>
#include <CVTrackedChessboard.h>
#include <CVCalibrationEstimator.h>
#include <SLAssetLoader.h>
#include <SLLightSpot.h>
#include <SLBox.h>
#include <SLCoordAxis.h>
Include dependency graph for AppDemoSceneVideoTrackChessboard.cpp:

Go to the source code of this file.

Variables

SLGLTexturegVideoTexture
 
CVTrackedgVideoTracker
 
SLNodegVideoTrackedNode
 

Variable Documentation

◆ gVideoTexture

SLGLTexture* gVideoTexture
extern

Global pointer for the video texture defined in AppDemoLoad for video scenes It gets updated in the following onUpdateTracking routine

Definition at line 32 of file AppDemoVideo.cpp.

◆ gVideoTrackedNode

SLNode* gVideoTrackedNode
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 42 of file AppDemoVideo.cpp.

◆ gVideoTracker

CVTracked* gVideoTracker
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 37 of file AppDemoVideo.cpp.