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