Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VisFeaturesOfFukuiRenderer.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Functions

G4String G4VisFeaturesOfFukuiRenderer ()
 

Function Documentation

◆ G4VisFeaturesOfFukuiRenderer()

G4String G4VisFeaturesOfFukuiRenderer ( )

Definition at line 32 of file G4VisFeaturesOfFukuiRenderer.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 Disadvantages: compute intensive, takes time (use a fast graphics"
42 "\n system, such as OpenGL, to select view, then copy"
43 "\n to this renderer - /vis~/copy/view, /vis~/set/view).";
44}