ROOT
6.07/01
Reference Guide
|
#include "TGLViewer.h"
#include "TGLOrthoCamera.h"
#include "TTimer.h"
#include "TRandom.h"
#include "TVirtualPad.h"
Go to the source code of this file.
Functions | |
void | AnimateCamera () |
void | glViewerExercise () |
Variables | |
TGLViewer::ECameraType | camera |
TTimer | timer (25) |
TRandom | randGen (0) |
Int_t | moveCount = 0 |
void AnimateCamera | ( | ) |
Definition at line 16 of file glViewerExercise.C.
void glViewerExercise | ( | ) |
Definition at line 89 of file glViewerExercise.C.
TGLViewer::ECameraType camera |
Definition at line 10 of file glViewerExercise.C.
Referenced by AnimateCamera(), TGLPhysicalShape::CalculateShapeLOD(), TEveProjectionAxesGL::DirectDraw(), TEveCaloLegoGL::GetGridStep(), glViewerExercise(), and TGLLightSet::StdSetupLights().
Int_t moveCount = 0 |
Definition at line 14 of file glViewerExercise.C.
Referenced by AnimateCamera().
TRandom randGen(0) |
Referenced by AnimateCamera(), and glViewerExercise().
TTimer timer(25) |
Referenced by glViewerExercise().