Go to the source code of this file.
G4String G4VisFeaturesOfOpenGLIWin32 |
( |
| ) |
|
Definition at line 33 of file G4VisFeaturesOfOpenGL.cc.
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.";
Definition at line 56 of file G4VisFeaturesOfOpenGL.cc.
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.";
G4String G4VisFeaturesOfOpenGLSWin32 |
( |
| ) |
|
Definition at line 42 of file G4VisFeaturesOfOpenGL.cc.
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"
Definition at line 67 of file G4VisFeaturesOfOpenGL.cc.
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"