![]() |
SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#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>Go to the source code of this file.
Variables | |
| SLGLTexture * | gVideoTexture |
| CVTracked * | gVideoTracker |
| SLNode * | gVideoTrackedNode |
|
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.