List of physical shapes ordered by volume/diagonal
| enum TGLSceneInfo::EClipTest { | kClipNone | |
| kClipOutside | ||
| kClipInside | ||
| }; | 
| Int_t | fAsPixelCnt | |
| map<TClass*,UInt_t> | fByShapeCnt | |
| Int_t | fOpaqueCnt | |
| TGLScene::DrawElementVec_t | fOpaqueElements | |
| Int_t | fTranspCnt | |
| TGLScene::DrawElementVec_t | fTranspElements | 
| UInt_t | TGLSceneInfo::fCameraStamp | Camera's time-stamp on last update. | 
| TGLClip* | TGLSceneInfo::fClip | Optional override of clipping-plane | 
| Char_t | TGLSceneInfo::fClipMode | Clipping mode, can be disbled. | 
| TGLPlaneSet_t | TGLSceneInfo::fClipPlanes | Clipping planes from clip-object; which planes are kept depends on inside/outside mode. | 
| UInt_t | TGLSceneInfo::fClipStamp | Clip's time-stamp on last update. | 
| TGLPlaneSet_t | TGLSceneInfo::fFrustumPlanes | Clipping planes defined by frustum; only those intersecting the scene volume are kept. | 
| Bool_t | TGLSceneInfo::fInClip | Is scene contained within clipping-volume. | 
| Bool_t | TGLSceneInfo::fInFrustum | Is scene intersecting view-frustum. | 
| Short_t | TGLSceneInfo::fLOD | Optional override of scene lod | 
| TGLCamera* | TGLSceneInfo::fLastCamera | Last camera used. | 
| TGLClip* | TGLSceneInfo::fLastClip | Last combined viewer/scene clip (set in scene::update) | 
| Short_t | TGLSceneInfo::fLastLOD | Last combined viewer/scene lod (set in scene::lodofy-scene-info). | 
| Short_t | TGLSceneInfo::fLastStyle | Last combined viewer/scene style (set in scene::pre-render). | 
| TGLSceneBase* | TGLSceneInfo::fScene | |
| UInt_t | TGLSceneInfo::fSceneStamp | Scene's time-stamp on last update. | 
| Short_t | TGLSceneInfo::fStyle | Optional override of scene style | 
| TGLBoundingBox | TGLSceneInfo::fTransformedBBox | |
| Bool_t | TGLSceneInfo::fViewCheck | Viewer side check if render is necessary. | 
| TGLViewerBase* | TGLSceneInfo::fViewer | 
