Ignore:
Timestamp:
Dec 16, 2009, 12:14:47 PM (15 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Visualization/commandcontrol.xml

    r1211 r1222  
    888888The OpenGL drivers can also generate PostScript files, either from
    889889a pull-down menu (Motif and Qt drivers) or with <literal>/vis/ogl/printEPS</literal>.
    890 It can generate either vectorized or rasterized PostScript
     890It can generate either vector or bitmap PostScript
    891891data with <literal>/vis/ogl/set/printMode</literal> ("vectored" or "pixmap").
    892892You can change the filename by <literal>/vis/ogl/set/printMode</literal>
    893 And the printed size by <literal>/vis/ogl/set/printSize</literal>
     893And the print size by <literal>/vis/ogl/set/printSize</literal>
    894894In generating vectorized PostScript data, hidden-surface
    895 removal is performed, based on the painter's algorithm after
     895removal is performed based on the painter's algorithm after
    896896dividing facets of shapes into small sub-triangles.
    897897</para>
    898898<para>
    899 Note : Print stuff is done tanks to gl2ps library (incorporated in vis driver)
    900 Due to a gl2ps limitation, printing an opengl view with <literal>/vis/viewer/set/hiddenMarker 1</literal>
    901 will have the same effect as printing with <literal>/vis/viewer/set/hiddenMarker 0</literal>
    902 </para>
    903 <para>
    904 Note : <literal>/vis/ogl/set/printSize</literal> command can be used to print
    905 EPS files larger than screen size. The only size limitation is graphics card
     899Note that a fundamental limitation of the gl2ps library used for this PostScript printing causes
     900the <literal>/vis/viewer/set/hiddenMarker</literal> command to be ignored.
     901Trajectories will always be fully drawn in the printEPS output
     902even when the hiddenMarker hidden line removal option has been set to hide these trajectories
     903in the corresponding OpenGL view.
     904</para>
     905<para>
     906The <literal>/vis/ogl/set/printSize</literal> command can be used to print EPS files even larger
     907than the current screen resolution. This can allow creation of very large images, suitable for
     908creation of posters, etc.  The only size limitation is the graphics card's
    906909viewport dimension: GL_MAX_VIEWPORT_DIMS
    907910
Note: See TracChangeset for help on using the changeset viewer.