| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/opengl/sceneshapemanagergl.h>
Public Types | |
| enum | CullingMode { CM_Off, CM_BackFaces, CM_FrontFaces } |
Public Member Functions | |
| VRS_SERIALIZABLE_CLASS_ENUM (CullingMode) | |
| OptimizationFlags () | |
Public Attributes | |
| bool | hasTransparency |
| bool | useStaticLighting |
| unsigned int | maxTextureAtlasSize |
| bool | allowTextureImageWrapping |
| bool | allowTextureImageRepeating |
| bool | scaleTextureImageToPow2 |
| unsigned int | maxTextureImageSize |
| CullingMode | cullingMode |
| bool | increasePrecision |
| unsigned int | maxVerticesPerPolygonSet |
| bool | allowPolygonSplitAlongAxisX |
| bool | allowPolygonSplitAlongAxisY |
| bool | allowPolygonSplitAlongAxisZ |
| bool | useS3TextureCompression |
| bool | allowRayIntersection |
| bool | keepPolygonSets |
| bool | optimizeForVertexCache |
| bool | keepOnlyFinestLODLevel |
| bool | useFakeLighting |
| double | fakeLightingMinIntensity |
| double | fakeLightingMaxIntensity |
| Vector | fakeLightingDirection |
| VRS::SceneShapeManagerGL::OptimizationFlags::OptimizationFlags | ( | ) | [inline] |
| VRS::SceneShapeManagerGL::OptimizationFlags::VRS_SERIALIZABLE_CLASS_ENUM | ( | CullingMode | ) |