34 " Dumb single buffered X Window, No Graphics Database."
35 "\n Advantages: does not gobble server memory."
36 "\n good for drawing steps and hits."
37 "\n Disadvantages: needs G4 kernel for re-Draw."
38 "\n cannot take advantage of graphics accelerators.";
43 " Dumb double buffered X Window with Graphics Database."
44 "\n Advantages: uses display lists as graphics database."
45 "\n fastest possible redraw, e.g., on simple change"
47 "\n uses client-server model for remote viewing"
48 "\n (but only if you have a full client-server"
49 "\n implementation of OpenGL, i.e., not Mesa)."
50 "\n Disadvantages: not advised for viewing large numbers of steps"
51 "\n and/or hits, because it gobbles memory for"
57 " Smart single buffered X Window, No Graphics Database."
58 "\n Advantages: resizable, and has Motif-based view-control panel."
59 "\n does not gobble server memory."
60 "\n good for drawing steps and hits."
61 "\n Disadvantages: currently locks out GEANT4 commands, until \"exit\"."
62 "\n needs G4 kernel for re-Draw."
63 "\n cannot take advantage of graphics accelerators.";
68 " Smart double buffered X Window with Graphics Database."
69 "\n Advantages: resizable, and has Motif-based view-control panel."
70 "\n uses display lists as graphics database."
71 "\n fastest possible redraw, e.g., on simple change"
73 "\n uses client-server model for remote viewing"
74 "\n (but only if you have a full client-server"
75 "\n implementation of OpenGL, i.e., not Mesa)."
76 "\n Disadvantages: currently locks out GEANT4 commands, until \"exit\"."
77 "\n not advised for viewing large numbers of steps"
78 "\n and/or hits, because it gobbles memory for"
84 "\n It runs on WindowsNT ";
89 "\n It runs on WindowsNT ";
94 "\n It runs everywhere";
99 "\n It runs everywhere ";
G4String G4VisFeaturesOfOpenGLIX()
G4String G4VisFeaturesOfOpenGLSQt()
G4String G4VisFeaturesOfOpenGLIXm()
G4String G4VisFeaturesOfOpenGLSXm()
G4String G4VisFeaturesOfOpenGLIQt()
G4String G4VisFeaturesOfOpenGLSWin32()
G4String G4VisFeaturesOfOpenGLIWin32()
G4String G4VisFeaturesOfOpenGLSX()