source: trunk/examples/novice/N02/vis.mac @ 921

Last change on this file since 921 was 921, checked in by garnier, 15 years ago

en test de gl2ps. Problemes de libraries

File size: 818 bytes
RevLine 
[807]1#
2# Macro file for the initialization phase of "exampleN02.cc"
3# when runing in interactive mode
4#
5# Sets some default verbose
6#
7/control/verbose 2
8/run/verbose 2
9#
10# Create a scene handler for a specific graphics system
11# (Edit the next line(s) to choose another graphics system)
12#
[921]13/vis/open OGLIXm 600x400-100+30
14#/vis/open OGLIX
[807]15#
[893]16####/vis/open OGLSXm
17####/vis/open HepRepXML
18#
[807]19####/vis/open DAWNFILE
20#
21# draw scene
22#
[893]23/vis/drawVolume
[807]24#
[893]25/vis/viewer/set/viewpointThetaPhi 90 180 deg
26/vis/viewer/zoom 1.4
[807]27#
28# for drawing the tracks
[893]29#/vis/scene/add/trajectories
[807]30# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
31# for drawing the hits, uncomment next line
32# /vis/scene/add/hits
33# (if you prefer refreshing each event, comment out next line)
[893]34#/vis/scene/endOfEventAction accumulate
[807]35#
36#/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.