Geant4 9.6.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 33 of file G4VisFeaturesOfFukuiRenderer.cc.

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