source: trunk/source/digits_hits/utils/test/test2/vis.mac @ 1350

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

update to last version 4.9.4

File size: 514 bytes
Line 
1#
2# create empty scene
3#
4/vis/scene/create
5#
6# Create a scene handler for a specific graphics system
7# (Edit the next line(s) to choose another graphic system)
8#
9/vis/open OGLIX
10#
11# for drawing the tracks
12# (if too many tracks cause core dump => storeTrajectory 0)
13/tracking/storeTrajectory 1
14/vis/scene/endOfEventAction accumulate
15/vis/scene/add/trajectories
16#
17# draw scene
18#
19#/vis/viewer/set/viewpointThetaPhi 105 165 deg
20/vis/viewer/set/viewpointThetaPhi 75 165 deg
21/vis/viewer/zoom 2.0
22/vis/drawVolume worlds
23
Note: See TracBrowser for help on using the repository browser.