Ignore:
Timestamp:
Dec 10, 2008, 11:07:19 AM (16 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

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

    r904 r905  
    3434  </para></listitem>
    3535  <listitem><para>
     36    <xref linkend="sect.VisDrv.Qt" />
     37    Qt
     38  </para></listitem>
     39  <listitem><para>
    3640    <xref linkend="sect.VisDrv.OpenInv" />
    3741    OpenInventor
     
    133137    <entry>
    134138      Windows
     139    </entry>
     140  </row>
     141  <row>
     142    <entry>
     143      Qt
     144    </entry>
     145    <entry>
     146      Qt, OpenGL
     147    </entry>
     148    <entry>
     149      Linux, Unix, Mac, Windows
    135150    </entry>
    136151  </row>
     
    342357</para>
    343358
     359</sect2>
     360
     361
     362<!-- ******************* Section (Level#2) ****************** -->
     363<sect2 id="sect.VisDrv.Qt">
     364<title>
     365Qt
     366</title>
     367
     368<para>
     369This driver have been developed by Laurent Garnier (IN2P3, LAL Orsay). 
     370It is an interface to the powerful toolkit Qt, now free on lot of 
     371platforms. This driver needs OpenGL library to be install. It is well suited for
     372real-time fast visualization and demonstration. Fast visualization
     373is realized with hardware acceleration, reuse of shapes stored in a
     374display list, etc. NURBS visualization is also supported. All OpenGL 
     375features are implements in Qt driver . In addition, mouse events control
     376are used to rotation/move/zoom volume, you can save your scene in lots
     377of formats (vector or not), make movies... 
     378</para><para>
     379There is only one session of Qt driver for all available platform. 
     380Two display modes are available: immediate mode and stored mode.
     381The former has no limitation on data size, and the latter is fast
     382for visualizing large data repetitively, and so is suitable for
     383animation.
     384</para>
     385
     386<para>
     387To see the visualization window :
     388</para>
     389<?soft-pagebreak ?>
     390<informalexample>
     391<programlisting>
     392     /vis/open OGLSQt
     393</programlisting>
     394</informalexample>
     395</para>
     396
     397<para>
     398<emphasis role="bold">Further information (Qt):</emphasis>
     399<itemizedlist spacing="compact">
     400  <listitem><para>
     401    <ulink url="http://trolltech.com/">
     402    Qt
     403    </ulink>
     404  </para></listitem>
     405  <listitem><para>
     406    <ulink url="http://geant4.slac.stanford.edu/Presentations/vis/G4OpenGLTutorial/G4OpenGLTutorial.html">
     407    Geant4 Visualization Tutorial
     408    </ulink>
     409    using the Qt Driver
     410  </para></listitem>
     411</itemizedlist>
    344412</sect2>
    345413
Note: See TracChangeset for help on using the changeset viewer.