Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

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

Legend:

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

    r474 r1337  
    5454##############################################
    5555# Visualization of detector geometry
    56 #  with the OGLIX (OpenGL Immediate X) driver
     56#  with the OGL (OpenGL) driver
    5757##############################################
    5858
    59 # Invoke the OGLIX driver
    60 /vis/open OGLIX
     59# Invoke the OGL driver
     60/vis/open OGL
    6161#/vis/open DAWNFILE
    6262
  • trunk/examples/novice/N03/visTutor/exN03Vis1.mac

    r474 r1337  
    5353###########################################
    5454# Visualization of detector geometry
    55 #  with the OGLSX (OpenGL Stored X) driver
     55#  with the OGL (OpenGL) driver
    5656###########################################
    5757
    58 # Invoke the OGLSX driver
    59 /vis/open OGLSX
     58# Invoke the OGL driver
     59/vis/open OGL
    6060
    6161# Bird's-eye view of the detector geometry
  • trunk/examples/novice/N03/visTutor/exN03Vis11.mac

    r1302 r1337  
    4646###########################################
    4747# Visualization of detector geometry
    48 #  with the OGLSXm (OpenGL Stored Motif) driver
     48#  with the OGL (OpenGL) driver
    4949###########################################
    5050
    51 # Invoke the OGLSXm driver
    52 /vis/open OGLSXm
     51# Invoke the OGL driver
     52/vis/open OGL
    5353
    5454# Bird's-eye view of the detector geometry
  • trunk/examples/novice/N03/visTutor/exN03Vis12.mac

    r1302 r1337  
    1919/vis/verbose confirmations
    2020
    21 /vis/open OGLSX
     21/vis/open OGL
    2222/vis/drawVolume
    2323/vis/scene/add/eventID
  • trunk/examples/novice/N03/visTutor/exN03Vis13.mac

    r1302 r1337  
    1919/vis/verbose confirmations
    2020
    21 /vis/open OGLSX 600x600-0+0
     21/vis/open OGL 600x600-0+0
    2222/vis/drawVolume
    2323/vis/scene/add/eventID
  • trunk/examples/novice/N03/visTutor/exN03Vis14.mac

    r1302 r1337  
    4444###########################################
    4545# Visualization of detector geometry
    46 #  with the OGLSQT (OpenGL Stored QT) driver
     46#  with the OGL (OpenGL) driver
    4747###########################################
    4848
    49 # Invoke the OGLSQt driver
    50 /vis/open OGLSQt
     49# Invoke the OGL driver
     50/vis/open OGL
    5151
    5252# Bird's-eye view of the whole detector components (world)
  • trunk/examples/novice/N03/visTutor/exN03Vis15.mac

    r1302 r1337  
    3232# Invoke the Qt driver
    3333#
    34 /vis/sceneHandler/create OGLSQt
     34/vis/sceneHandler/create OGL
    3535/vis/viewer/create
    3636
     
    6666/run/beamOn 1
    6767
    68 /vis/ogl/printEPS
  • trunk/examples/novice/N03/visTutor/exN03Vis2.mac

    r474 r1337  
    5050
    5151#######################################################
    52 # Visualization with the OGLSX (OpenGL Stored X) driver
     52# Visualization with the OGL (OpenGL) driver
    5353#######################################################
    5454
    55 # Invoke the OGLSX driver
    56 /vis/open OGLSX
     55# Invoke the OGL driver
     56/vis/open OGL
    5757
    5858# Create an empty scene and add the detector geometry to it
  • trunk/examples/novice/N03/visTutor/exN03Vis3.mac

    r474 r1337  
    5050
    5151###########################################################
    52 # Visualization with the OGLIX (OpenGL Immediate X) driver
     52# Visualization with the OGL (OpenGL) driver
    5353###########################################################
    5454
    55 # Invoke the OGLSX driver
    56 /vis/open OGLSX
     55# Invoke the OGL driver
     56/vis/open OGL
    5757
    5858# Create an empty scene and add the detector geometry to it
  • trunk/examples/novice/N03/visTutor/exN03Vis4.mac

    r474 r1337  
    5151
    5252##########################################################
    53 # Visualization with the OGLIX driver
     53# Visualization with the OGL driver
    5454##########################################################
    5555
    56 # Invoke the OGLIX driver
    57 /vis/open OGLIX
     56# Invoke the OGL driver
     57/vis/open OGL
    5858
    5959# Set camera
  • trunk/examples/novice/N03/visTutor/exN03Vis9.mac

    r1302 r1337  
    4747##############################################
    4848# Visualization of detector geometry and trajectories
    49 #  with the OGLIWin32 (OpenGL Immediate Windows) driver
     49#  with the OGL (OpenGL) driver
    5050##############################################
    5151
    52 # Invoke the OGLIWin32 driver
    53 /vis/open OGLIWin32
     52# Invoke the OGL driver
     53/vis/open OGL
    5454
    5555# Set camera
  • trunk/examples/novice/N03/visTutor/gui.mac

    r1302 r1337  
    4747# Viewer menu :
    4848/gui/addMenu viewer Viewer
    49 /gui/addButton viewer "Set style solid" "/vis/viewer/set/style solid"
     49/gui/addButton viewer "Set style surface" "/vis/viewer/set/style surface"
    5050/gui/addButton viewer "Set style wireframe" "/vis/viewer/set/style wire"
    5151#/gui/addButton viewer viewer_update "/vis/viewer/update"
Note: See TracChangeset for help on using the changeset viewer.