#include <MobileCoreEngine.h>
|
| enum | eTEXTURE_UNITS {
eUNIT0,
eUNIT1,
eUNIT2,
eUNIT3,
eUNIT4,
eUNIT5,
eUNIT6,
eUNIT7
} |
| |
| enum | PICKINGSTATE { IDLE =0,
PICKEVENT,
PICKED
} |
| |
| enum | DEBUGSTATE { NOTACTIVE,
ACTIVE
} |
| |
| enum | PROGRAMMSTATE { NOTLOADED,
LOADED,
RUNNING
} |
| |
| void | printLineRenderingInfo () |
| |
| void | printTextureInfo () |
| |
| void | printFramebufferInfo () |
| |
| void | printBufferInformation () |
| |
| std::vector< std::shared_ptr< ge::Camera > > | cameras |
| |
| int | selectedCameraID |
| |
| enum PROGRAMMSTATE | programstate |
| | Tells you the state of the application. More...
|
| |
| enum DEBUGSTATE | debugstate |
| | Tells you if the application is running with debug output. More...
|
| |
| enum PICKINGSTATE | pickingState |
| | Tells you if there is a picking event or result ongoing. More...
|
| |
| bool | pickingEnabled |
| |
| bool | animationsEnabled |
| |
| MobileCoreEngine::MobileCoreEngine |
( |
| ) |
|
| MobileCoreEngine::~MobileCoreEngine |
( |
| ) |
|
| void MobileCoreEngine::clear |
( |
| ) |
|
|
virtual |
| void MobileCoreEngine::create |
( |
| ) |
|
|
virtual |
| void MobileCoreEngine::drawScene |
( |
| ) |
|
|
virtual |
| void MobileCoreEngine::initializeScene |
( |
std::string |
_initFilePath = 0 | ) |
|
|
virtual |
| std::string MobileCoreEngine::qrcFileToString |
( |
std::string |
_qrcurl | ) |
|
| void MobileCoreEngine::update |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/simpleMobileViewer/include/MobileCoreEngine.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/simpleMobileViewer/src/MobileCoreEngine.cpp