![]() |
SLProject 4.0.000
|
#include <AppDemoGui.h>#include <AppDemo.h>#include <SL.h>#include <CVCapture.h>#include <CVImage.h>#include <CVTrackedFeatures.h>#include <SLAssetManager.h>#include <SLAnimPlayback.h>#include <SLGLDepthBuffer.h>#include <SLGLProgramManager.h>#include <SLGLShader.h>#include <SLGLTexture.h>#include <SLInterface.h>#include <SLDeviceRotation.h>#include <SLLightDirect.h>#include <SLLightRect.h>#include <SLLightSpot.h>#include <SLShadowMap.h>#include <SLMaterial.h>#include <SLMesh.h>#include <SLParticleSystem.h>#include <SLNode.h>#include <SLScene.h>#include <SLSceneView.h>#include <SLSkybox.h>#include <SLTexColorLUT.h>#include <SLGLImGui.h>#include <SLHorizonNode.h>#include <SLFileStorage.h>#include <AverageTiming.h>#include <imgui.h>#include <bezier.hpp>#include <imgui_color_gradient.h>#include <ftplib.h>#include <HttpUtils.h>#include <ZipUtils.h>#include <Profiler.h>Functions | |
| bool | myComboBox (const char *label, int *currIndex, SLVstring &values) |
| Combobox that allows to pass the items as a string vector. More... | |
| void | centerNextWindow (SLSceneView *sv, SLfloat widthPC=0.9f, SLfloat heightPC=0.9f) |
| Centers the next ImGui window in the parent. More... | |
| int | ftpCallbackXfer (off64_t xfered, void *arg) |
| CVCalibration | guessCalibration (bool mirroredH, bool mirroredV, CVCameraType camType) |
Variables | |
| CVTracked * | tracker |
| SLNode * | trackedNode |
| SLGLTexture * | gTexMRI3D |
| Global pointer to 3D MRI texture for volume rendering for threaded loading. More... | |
| SLNode * | gDragonModel |
| Global pointer to dragon model for threaded loading. More... | |
| static auto | vectorGetter |
| Vector getter callback for combo and listbox with std::vector<std::string> More... | |
| static SLNode * | bern = nullptr |
| static SLNode * | balda_stahl = nullptr |
| static SLNode * | balda_glas = nullptr |
| static SLNode * | chrAlt = nullptr |
| static SLNode * | chrNeu = nullptr |
| static SLTransformNode * | transformNode = nullptr |
| off64_t | ftpXferSizeMax = 0 |
| void centerNextWindow | ( | SLSceneView * | sv, |
| SLfloat | widthPC = 0.9f, |
||
| SLfloat | heightPC = 0.9f |
||
| ) |
Centers the next ImGui window in the parent.
| int ftpCallbackXfer | ( | off64_t | xfered, |
| void * | arg | ||
| ) |
| CVCalibration guessCalibration | ( | bool | mirroredH, |
| bool | mirroredV, | ||
| CVCameraType | camType | ||
| ) |
| bool myComboBox | ( | const char * | label, |
| int * | currIndex, | ||
| SLVstring & | values | ||
| ) |
Combobox that allows to pass the items as a string vector.
|
static |
|
static |
|
static |
|
static |
|
static |
| off64_t ftpXferSizeMax = 0 |
|
extern |
Global pointer to dragon model for threaded loading.
|
extern |
Global pointer to 3D MRI texture for volume rendering for threaded loading.
|
extern |
Global pointer to a node that from witch the tracker changes the pose. it gets updated in the following onUpdateTracking routine
|
extern |
Global pointer for a tracker that is set in AppDemoLoad for video scenes It gets updated in the following onUpdateTracking routine
|
static |
|
static |