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

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

update

File size: 608 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm4.cc"
3#
4# Sets some default verbose
5# and initializes the graphic.
6#
7/control/verbose 2
8/run/verbose 2
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#
18/vis/open OGLIX
19#
20# Draw scene
21/vis/viewer/zoom 1.5
22/vis/viewer/flush
23#
24# for drawing the tracks
25# if too many tracks cause core dump => storeTrajectory 0
26/tracking/storeTrajectory 1
27/vis/scene/endOfEventAction accumulate
28#
29/testem/event/drawTracks
Note: See TracBrowser for help on using the repository browser.