#include <PointCloudExampleEngine.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 |
|
gePointCloudExample::PointCloudExampleEngine::PointCloudExampleEngine |
( |
| ) |
|
gePointCloudExample::PointCloudExampleEngine::~PointCloudExampleEngine |
( |
| ) |
|
void gePointCloudExample::PointCloudExampleEngine::clear |
( |
| ) |
|
|
virtual |
void gePointCloudExample::PointCloudExampleEngine::create |
( |
| ) |
|
|
virtual |
void gePointCloudExample::PointCloudExampleEngine::destroy |
( |
| ) |
|
void gePointCloudExample::PointCloudExampleEngine::drawScene |
( |
| ) |
|
|
virtual |
void gePointCloudExample::PointCloudExampleEngine::initializeScene |
( |
std::string |
_projectsrcPath = 0 | ) |
|
|
virtual |
void gePointCloudExample::PointCloudExampleEngine::loadExamplePointCloud |
( |
| ) |
|
void gePointCloudExample::PointCloudExampleEngine::loadRoomMesh |
( |
| ) |
|
void gePointCloudExample::PointCloudExampleEngine::loadRoomPointCloud |
( |
std::string |
_url | ) |
|
void gePointCloudExample::PointCloudExampleEngine::resize |
( |
int |
_w, |
|
|
int |
_h |
|
) |
| |
|
virtual |
void gePointCloudExample::PointCloudExampleEngine::setNormalsVisible |
( |
bool |
_in | ) |
|
void gePointCloudExample::PointCloudExampleEngine::setPointsColoredPerVertex |
( |
bool |
_in | ) |
|
void gePointCloudExample::PointCloudExampleEngine::update |
( |
| ) |
|
|
virtual |
void gePointCloudExample::PointCloudExampleEngine::updateFramebufferStandardID |
( |
| ) |
|
The documentation for this class was generated from the following files: