
A GL overlay element which displays camera furstum.
| void | TGLOverlayElement::ProjectionMatrixPushIdentity() |
| void | RenderAxis(TGLRnrCtx& rnrCtx, Bool_t drawGrid) |
| void | RenderBar(TGLRnrCtx& rnrCtx) |
| void | RenderGrid(TGLRnrCtx& rnrCtx) |
| void | RenderPlaneIntersect(TGLRnrCtx& rnrCtx) |
| TGLCameraOverlay(const TGLCameraOverlay&) | |
| TGLCameraOverlay& | operator=(const TGLCameraOverlay&) |
| enum EMode { | kPlaneIntersect | |
| kBar | ||
| kAxis | ||
| kGridFront | ||
| kGridBack | ||
| }; | ||
| enum TGLOverlayElement::ERole { | kUser | |
| kViewer | ||
| kAnnotation | ||
| kAll | ||
| }; | ||
| enum TGLOverlayElement::EState { | kInvisible | |
| kDisabled | ||
| kActive | ||
| kAllVisible | ||
| }; |
| TAxis* | fAxis | |
| Float_t | fAxisExtend | |
| TGLAxisPainter* | fAxisPainter | |
| TGLPlane | fExternalRefPlane | |
| Double_t | fFrustum[4] | |
| TGLCameraOverlay::EMode | fOrthographicMode | |
| TGLCameraOverlay::EMode | fPerspectiveMode | |
| TGLOverlayElement::ERole | TGLOverlayElement::fRole | |
| Bool_t | fShowOrthographic | |
| Bool_t | fShowPerspective | |
| TGLOverlayElement::EState | TGLOverlayElement::fState | |
| Bool_t | fUseAxisColors | |
| Bool_t | fUseExternalRefPlane |

Draw cross section coordinates in top right corner of screen.
Show frustum size with fixed screen line length and printed value.