50 G4cerr <<
"G4RayTracerViewer::Initialise: No tracer" <<
G4endl;
73 if(radius<=0.) radius = 1.;
79 const G4double frontHalfAngle = std::atan(frontHalfHeight / nearDistance);
99 static G4bool called =
false;
107 "WARNING: G4RayTracerViewer::DrawView: true orthogonal projection"
108 "\n not yet implemented. Doing a \"long shot\", i.e., a perspective"
109 "\n projection with a half field angle of "
121 filename <<
"g4RayTracer." <<
fShortName <<
'_'
122 << std::setw(4) << std::setfill(
'0') <<
fFileCount++ <<
".jpeg";