ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
glViewerExercise.C File Reference
#include "TGLViewer.h"
#include "TGLOrthoCamera.h"
#include "TTimer.h"
#include "TRandom.h"
#include "TVirtualPad.h"
Include dependency graph for glViewerExercise.C:

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
 

Function Documentation

void AnimateCamera ( )

Definition at line 16 of file glViewerExercise.C.

void glViewerExercise ( )

Definition at line 89 of file glViewerExercise.C.

Variable Documentation

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().