source: trunk/source/digits_hits/utils/test/test3/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: 775 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# draw scene
12#
13/vis/drawVolume worlds
14/vis/viewer/set/lightsThetaPhi 120 135                 
15/vis/viewer/set/viewpointThetaPhi 105 165 deg
16# Set specific colur for identification
17###/vis/geometry/set/colour Calor-AP_LayerLog ! yellow
18###/vis/geometry/set/colour Calor-BP_LayerLog ! yellow
19###/vis/geometry/set/colour Calor-CP_LayerLog ! yellow
20#############/vis/viewer/zoom 2.0
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/vis/scene/add/trajectories
28
Note: See TracBrowser for help on using the repository browser.