#include <TextureExampleEngine.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 |
| |
| geTextureExample::TextureExampleEngine::TextureExampleEngine |
( |
| ) |
|
| geTextureExample::TextureExampleEngine::~TextureExampleEngine |
( |
| ) |
|
| void geTextureExample::TextureExampleEngine::clear |
( |
| ) |
|
|
virtual |
| void geTextureExample::TextureExampleEngine::create |
( |
| ) |
|
|
virtual |
| void geTextureExample::TextureExampleEngine::destroy |
( |
| ) |
|
| void geTextureExample::TextureExampleEngine::drawScene |
( |
| ) |
|
|
virtual |
| std::shared_ptr< ge::Cube > geTextureExample::TextureExampleEngine::getCube |
( |
| ) |
|
| std::shared_ptr< ge::Plane > geTextureExample::TextureExampleEngine::getPlane |
( |
| ) |
|
| void geTextureExample::TextureExampleEngine::initializeScene |
( |
std::string |
_projectsrcPath = 0 | ) |
|
|
virtual |
| void geTextureExample::TextureExampleEngine::resize |
( |
int |
_w, |
|
|
int |
_h |
|
) |
| |
|
virtual |
| void geTextureExample::TextureExampleEngine::setDebugMapsEnabled |
( |
bool |
_in | ) |
|
| void geTextureExample::TextureExampleEngine::update |
( |
| ) |
|
|
virtual |
| void geTextureExample::TextureExampleEngine::updateFramebufferStandardID |
( |
| ) |
|
The documentation for this class was generated from the following files: