source: trunk/examples/extended/electromagnetic/TestEm5/vis.mac @ 1279

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

update

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