Ignore:
Timestamp:
Mar 19, 2009, 11:04:17 AM (15 years ago)
Author:
garnier
Message:

en OGLIX ca marche...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh

    r941 r946  
    7070  void rotateScene (G4double dx, G4double dy,G4double delta);
    7171//////////////////////////////Vectored PostScript production functions///
    72   GLubyte* grabPixels (int inColor,
    73                        unsigned int width,
    74                        unsigned int height);
    75   bool printNonVectoredEPS ();
    76   bool printVectoredEPS();
    7772  void printEPS();
     73  // print EPS file. Depending of fVectoredPs, it will print Vectored or not
     74 
    7875  GLdouble getSceneNearWidth();
    7976  GLdouble getSceneFarWidth();
     
    108105  G4float                           fPointSize;
    109106  bool printGl2PS();
     107  GLubyte* grabPixels (int inColor,
     108                       unsigned int width,
     109                       unsigned int height);
     110  bool printNonVectoredEPS ();
     111  // print non vectored EPS files
     112
     113  bool printVectoredEPS();
     114  // print vectored EPS files
    110115};
    111116
Note: See TracChangeset for help on using the changeset viewer.