The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...
 
Scene base-class – provides basic interface expected by the TGLViewer or its sub-classes:
 
const TGLBoundingBox & BoundingBox() const
 
Base class for extended scene context.
 
void SetupTransformsAndBBox()
Combine information from scene, scene-info and camera (should be optional) into transformation matric...
 
TGLBoundingBox fTransformedBBox
 
void SetActive(Bool_t a)
Set active state of the scene, mark viewer as changed.
 
TGLSceneInfo(const TGLSceneInfo &)=delete
 
Base class for GL viewers.