source: trunk/source/geometry/divisions/test/ExDivisions/vis.mac @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 667 bytes
Line 
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 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#
19####
20#/vis/open VRML2FILE
21#
22# draw scene
23#
24#/vis/viewer/set/viewpointThetaPhi 20 170 deg
25/vis/viewer/set/viewpointThetaPhi 150 30
26/vis/viewer/zoom 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
Note: See TracBrowser for help on using the repository browser.