Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VisFeaturesOfDAWNFILE.cc File Reference

Go to the source code of this file.

Functions

G4String G4VisFeaturesOfDAWNFILE ()
 

Function Documentation

◆ G4VisFeaturesOfDAWNFILE()

G4String G4VisFeaturesOfDAWNFILE ( )

Definition at line 32 of file G4VisFeaturesOfDAWNFILE.cc.

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