27 static Double_t center[3] = {-164.0, -164.0, -180.0};
42 Double_t mag =
TMath::Sqrt(center[0] * center[0] + center[1] * center[1] + center[2] * center[2]);
68 if (
fov > 130.0 ||
fov < 5.0)
83 v->RefreshPadEditor(
v);
88 gROOT->ProcessLine(
".x nucleus.C");
114 v->CurrentCamera().SetExternalCenter(
kTRUE);
124 sav->GetFrame()->Connect(
"CloseWindow()",
"TTimer", &
timer,
"TurnOff()");
125 timer.SetCommand(
"AnimateCamera()");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Encapsulates a set of lights for OpenGL.
void SetLight(ELight light, Bool_t on)
Set a light on/off.
Orthographic projection camera.
void SetEnableRotate(Bool_t x)
The top level standalone GL-viewer - created via plugin manager.
Base GL viewer object - used by both standalone and embedded (in pad) GL.
This is the base class for the ROOT Random number generators.
Handles synchronous and a-synchronous timer events.
constexpr Double_t PiOver2()
Double_t Sqrt(Double_t x)
Returns the square root of x.
constexpr Double_t TwoPi()