|
GlistEngine
|
This is the complete list of members for gBoundingBox, including all inherited members.
| contains(float minX1, float minY1, float minZ1, float maxX1, float maxY1, float maxZ1, float minX2, float minY2, float minZ2, float maxX2, float maxY2, float maxZ2) | gBoundingBox | static |
| contains(const gBoundingBox &b1, const gBoundingBox &b2) | gBoundingBox | static |
| contains(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) const | gBoundingBox | |
| contains(const gBoundingBox &b) const | gBoundingBox | |
| contains(float x, float y, float z) const | gBoundingBox | |
| createRenderer() | gRenderObject | static |
| destroyRenderer() | gRenderObject | static |
| disableShadowMapping() | gRenderObject | static |
| distance(gRay &ray) const | gBoundingBox | |
| distance(gRay *ray) const | gBoundingBox | |
| distanceOBB(gRay *ray) const | gBoundingBox | |
| draw() const | gBoundingBox | |
| drawOBB() const | gBoundingBox | |
| enableShadowMapping() | gRenderObject | static |
| gBoundingBox() | gBoundingBox | |
| gBoundingBox(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) | gBoundingBox | |
| gBoundingBox(float minX, float minY, float minZ, float maxX, float maxY, float maxZ, glm::mat4 transformationMatrix) | gBoundingBox | |
| gBoundingBox(const gBoundingBox &b) | gBoundingBox | |
| getDepth() const | gBoundingBox | |
| getHeight() const | gBoundingBox | |
| getMax() const | gBoundingBox | |
| getMin() const | gBoundingBox | |
| getOrigin() const | gBoundingBox | |
| getRenderer() | gRenderObject | static |
| getScreenHeight() | gRenderObject | |
| getScreenWidth() | gRenderObject | |
| getWidth() const | gBoundingBox | |
| gGetAppDir() | gObject | static |
| gGetAssetsDir() | gObject | static |
| gGetDatabasesDir() | gObject | static |
| gGetFilesDir() | gObject | static |
| gGetFontsDir() | gObject | static |
| gGetImagesDir() | gObject | static |
| gGetModelsDir() | gObject | static |
| gGetShadersDir() | gObject | static |
| gGetSoundsDir() | gObject | static |
| gGetTexturesDir() | gObject | static |
| gGetVideosDir() | gObject | static |
| gObject() | gObject | |
| gRenderObject() | gRenderObject | |
| gSetAssetsDir(std::string assetsDir) | gObject | static |
| intersects(float minX1, float minY1, float minZ1, float maxX1, float maxY1, float maxZ1, float minX2, float minY2, float minZ2, float maxX2, float maxY2, float maxZ2) | gBoundingBox | static |
| intersects(const gBoundingBox &b1, const gBoundingBox &b2) | gBoundingBox | static |
| intersects(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) const | gBoundingBox | |
| intersects(const gBoundingBox &b) const | gBoundingBox | |
| intersects(gRay &ray) const | gBoundingBox | |
| intersects(gRay *ray) const | gBoundingBox | |
| intersectsOBB(gRay *ray) const | gBoundingBox | |
| isshadowmappingenabled | gRenderObject | protectedstatic |
| isShadowMappingEnabled() | gRenderObject | static |
| logd(std::string message) | gObject | |
| logd(std::string tag, std::string message) | gObject | |
| loge(std::string message) | gObject | |
| loge(std::string tag, std::string message) | gObject | |
| logi(std::string message) | gObject | |
| logi(std::string tag, std::string message) | gObject | |
| LOGLEVEL_DEBUG | gObject | static |
| LOGLEVEL_ERROR | gObject | static |
| LOGLEVEL_INFO | gObject | static |
| LOGLEVEL_SILENT | gObject | static |
| LOGLEVEL_WARNING | gObject | static |
| logw(std::string message) | gObject | |
| logw(std::string tag, std::string message) | gObject | |
| maxX() const | gBoundingBox | |
| maxY() const | gBoundingBox | |
| maxZ() const | gBoundingBox | |
| merge(const gBoundingBox &other) const | gBoundingBox | |
| minX() const | gBoundingBox | |
| minY() const | gBoundingBox | |
| minZ() const | gBoundingBox | |
| offset(const glm::vec3 &offset) const | gBoundingBox | |
| popMatrix() | gRenderObject | |
| pushMatrix() | gRenderObject | |
| releaseresolution | gObject | protectedstatic |
| releasescaling | gObject | protectedstatic |
| renderpassno | gObject | protectedstatic |
| renderpassnum | gObject | protectedstatic |
| set(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) | gBoundingBox | |
| set(const gBoundingBox &b) | gBoundingBox | |
| setCurrentResolution(int scalingNo, int currentResolutionNo) | gObject | static |
| setScreenScaling(int screenScaling) | gRenderObject | static |
| setScreenSize(int screenWidth, int screenHeight) | gRenderObject | static |
| setTransformationMatrix(const glm::mat4 &matrix) | gBoundingBox | |
| setUnitScreenSize(int unitWidth, int unitHeight) | gRenderObject | static |
| ~gBoundingBox() | gBoundingBox | virtual |