source: trunk/examples/extended/electromagnetic/TestEm2/vis.mac @ 1187

Last change on this file since 1187 was 807, checked in by garnier, 16 years ago

update

File size: 742 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm2.cc"
3#
4# Sets some default verbose
5# and initializes the graphic.
6#
7/control/verbose 2
8/run/verbose 2
9#
10/run/initialize
11#
12# Create empty scene ("world" is default)
13#
14/vis/scene/create
15#
16# Create a scene handler for a specific graphics system
17# Edit the next line(s) to choose another graphic system
18#
19##/vis/open DAWNFILE
20/vis/open OGLIX
21#
22# Draw scene
23#
24/vis/viewer/set/viewpointThetaPhi 90 180 deg
25/vis/viewer/set/style surface
26/vis/viewer/zoom 1.1
27/vis/viewer/flush
28#
29# for drawing the tracks
30# if too many tracks cause core dump => storeTrajectory 0
31/tracking/storeTrajectory 1
32/vis/scene/endOfEventAction accumulate
33#
34/testem/event/drawTracks charged
35#/testem/event/drawTracks all
36
Note: See TracBrowser for help on using the repository browser.