Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (16 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

Location:
trunk/examples/novice/N03/visTutor
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N03/visTutor/exN03Vis10.mac

    r483 r921  
    88#  CONTENTS: A basic macro for demonstrating Inventor driver          #
    99#                                                                     #
    10 #  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis6.mac             #
     10#  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis10.mac            #
    1111#                                                                     #
    1212#  REQUIRED PLATFORMS & SOFTWARES: Windows,                           #
  • trunk/examples/novice/N03/visTutor/exN03Vis11.mac

    r474 r921  
    5858#
    5959/vis/viewer/reset
     60/vis/viewer/scale 1 1 2
    6061/vis/viewer/set/viewpointThetaPhi  20 70
    6162/vis/viewer/zoom               0.8
  • trunk/examples/novice/N03/visTutor/exN03Vis12.mac

    r609 r921  
    88#  CONTENTS: A basic macro for demonstrating time slicing             #
    99#                                                                     #
    10 #  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis12.mac             #
     10#  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis12.mac            #
    1111#                                                                     #
    1212#  REQUIRED PLATFORMS & SOFTWARES: Mac/Unix with X-Windows, OpenGL    #
  • trunk/examples/novice/N03/visTutor/exN03Vis13.mac

    r483 r921  
    88#  CONTENTS: Time development of an electrmagnetic shower.            #
    99#                                                                     #
    10 #  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis12.mac             #
     10#  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis13.mac            #
    1111#                                                                     #
    1212#  REQUIRED PLATFORMS & SOFTWARES: Mac/Unix with X-Windows, OpenGL    #
  • trunk/examples/novice/N03/visTutor/exN03Vis14.mac~

    r888 r921  
    4848###########################################
    4949
    50 # Invoke the OGLSQT driver
    51 /vis/open OGLSQT
     50# Invoke the OGLSQt driver
     51/vis/open OGLSQt
    5252
    5353# Bird's-eye view of the detector geometry
  • trunk/examples/novice/N03/visTutor/exN03Vis15.mac

    r887 r921  
    1010#  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis12.mac            #
    1111#                                                                     #
    12 #  REQUIRED PLATFORMS & SOFTWARES: Unix, Motif, X-window, OpenGL,Qt   #
    13 #                                  HEPVis                             #
    14 #                                  Inventor (TGS or SoFree)           #
     12#  REQUIRED PLATFORMS & SOFTWARES: Unix, Motif, X-window, OpenGL ,Qt  #
    1513#                                                                     #
    1614#  ENVIRONMENTAL VARIABLES (C-MACROS) FOR INSTALLATION:               #
    1715#  (See geant4/source/visualization/README for details.)              #
    1816#                                                                     #
    19 #    % setenv G4VIS_BUILD_OIX_DRIVER       1                          #
     17#    % setenv G4VIS_BUILD_OGLQT
    2018#                                                                     #
    2119#  ENVIRONMENTAL VARIABLES (C-MACROS) FOR COMPILATION:                #
    2220#  (See geant4/source/visualization/README for details.)              #
    2321#                                                                     #
    24 #    % setenv G4VIS_USE_OIQT               1                          #
     22#    % setenv G4VIS_USE_OGLQT               1                          #
    2523#                                                                     #
    2624#  ADDITIONAL NOTES:                                                  #
     
    3129/vis/scene/create
    3230
    33 # Invoke the OpenInventor driver
    34 /vis/sceneHandler/create OGLIQt
     31# Invoke the Qt driver
     32/vis/sceneHandler/create OGLSQt
    3533/vis/viewer/create
    3634
     
    4745# Bird-eye view of events
    4846/vis/viewer/reset
    49 /vis/viewer/set/viewpointThetaPhi   45 45
     47/vis/viewer/set/viewpointThetaPhi 45 45
    5048
    5149/vis/scene/notifyHandlers
    5250
    5351/control/verbose 2
    54 #######################################################################
    55 #   Controls on an Inventor examiner viewer are :                     #
    56 #  - in picking mode (cursor is the upper left arrow)                 #
    57 #   Ctrl + pick a volume : see daughters.                             #
    58 #   Shift + pick a volume : see mother.                               #
    59 #  - in viewing mode (cursor is the hand)                             #
    60 #   Left-button + pointer move : rotate.                              #
    61 #   Ctrl+Left-button + pointer move : pane.                           #
    62 #   Ctrl+Shift+Left-button + pointer move : scale.                    #
    63 #   Middle-button + pointer move : pane.                              #
    64 #                                                                     #
    65 #######################################################################
    6652
    6753/vis/viewer/update
  • trunk/examples/novice/N03/visTutor/exN03Vis15.mac~

    r888 r921  
    11#######################################################################
    2 #  MACRO FILE NAME: exN03Vis12.mac                                     #
     2#  MACRO FILE NAME: exN03Vis15.mac                                    #
    33#                                                                     #
    44#  AUTHOR(S): Laurent Garnier                                         #
     
    88#  CONTENTS: A basic macro for demonstrating Inventor driver          #
    99#                                                                     #
    10 #  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis12.mac            #
     10#  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis15.mac            #
    1111#                                                                     #
    1212#  REQUIRED PLATFORMS & SOFTWARES: Unix, Motif, X-window, OpenGL,Qt   #
     
    3232
    3333# Invoke the OpenInventor driver
    34 /vis/sceneHandler/create OGLIQT
     34/vis/sceneHandler/create OGLIQt
    3535/vis/viewer/create
    3636
  • trunk/examples/novice/N03/visTutor/exN03Vis5.mac

    r474 r921  
    88#  CONTENTS: A basic macro for demonstrating Inventor driver          #
    99#                                                                     #
    10 #  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis6.mac             #
     10#  USAGE:  % $G4BINDIR/exampleN03  visTutor/exN03Vis5.mac             #
    1111#                                                                     #
    1212#  REQUIRED PLATFORMS & SOFTWARES: Unix, Motif, X-window, OpenGL,     #
     
    4242# Name of the gaps = name of their material (liquidArgon) !
    4343#/vis/scene/add/volume liquidArgon
    44 #/vis/scene/add/trajectories
     44/vis/scene/add/trajectories
    4545/tracking/storeTrajectory 1
    4646
  • trunk/examples/novice/N03/visTutor/exN03Vis6.mac

    r474 r921  
    1515#  USAGE:  % gmake visclean                                           #
    1616#          % $G4BINDIR/exampleN03                                     #
    17 #          Idle> /control/execute visTutor/exN03Vis7.mac              #
     17#          Idle> /control/execute visTutor/exN03Vis6.mac              #
    1818#                                                                     #
    1919#  REQUIRED PLATFORMS & SOFTWARES: Unix, X-window,                    #
  • trunk/examples/novice/N03/visTutor/exN03Vis7.mac

    r474 r921  
    1313#          % make visclean                                            #
    1414#          % $G4BINDIR/exampleN03                                     #
    15 #          Idle> /control/execute visTutor/exN03Vis8.mac              #
     15#          Idle> /control/execute visTutor/exN03Vis7.mac              #
    1616#          Idle> exit                                                 #
    1717#          % gv g4_00.eps &                                           #
  • trunk/examples/novice/N03/visTutor/exN03Vis8.mac

    r474 r921  
    1919#          % gmake visclean                                           #
    2020#          % $G4BINDIR/exampleN03                                     #
    21 #          Idle> /control/execute visTutor/exN03Vis9.mac              #
     21#          Idle> /control/execute visTutor/exN03Vis8.mac              #
    2222#          Idle> exit                                                 #
    2323#          % gv g4_00.eps                                             #
Note: See TracChangeset for help on using the changeset viewer.