Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4VisFeaturesOfDAWNFILE.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Functions

G4String G4VisFeaturesOfDAWNFILE ()
 

Function Documentation

G4String G4VisFeaturesOfDAWNFILE ( )

Definition at line 31 of file G4VisFeaturesOfDAWNFILE.cc.

31  {
32  return
33  "High quality technical renderer."
34  "\n Features: exact hidden line, hidden surface algorithms."
35  "\n high (unlimited) resolution."
36  "\n renders to PostScript for viewing and/or hardcopy."
37  "\n remote rendering."
38  "\n off-line rendering."
39  "\n graphical user interface."
40  "\n connection via g4.prim file to Fukui Renderer DAWN etc."
41  "\n Disadvantages: compute intensive, takes time (use a fast graphics"
42  "\n system, such as OpenGL, to select view, then copy"
43  "\n view parameters to this renderer:"
44  "\n \"/vis/viewer/set/all <OpenGL-view>\".";
45 }