source: trunk/examples/extended/parallel/ParN02/initInter.mac @ 1292

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

update

File size: 583 bytes
Line 
1#
2# Macro file for the initialization phase of "ParN02.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 empty scene
11#
12/vis/scene/create
13#
14# Create a scene handler for a specific graphics system
15# (Edit the next line(s) to choose another graphic system)
16#
17/vis/open OGLIX
18#/vis/open DAWNFILE
19#
20# draw scene
21#
22/vis/camera/zoom 1.4
23/vis/camera/viewpoint 90 180
24/vis/drawVolume
25#
26# for drawing the tracks
27# (if too many tracks cause core dump => storeTrajectory 0)
28/tracking/storeTrajectory 1
29/vis/scene/add/trajectories
Note: See TracBrowser for help on using the repository browser.