source: trunk/examples/novice/N07/vis.mac @ 807

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

update

File size: 682 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/viewpointThetaPhi 105 165 deg
15# Set specific colur for identification
16/vis/geometry/set/colour Calor-AP_LayerLog ! yellow
17/vis/geometry/set/colour Calor-BP_LayerLog ! yellow
18/vis/geometry/set/colour Calor-CP_LayerLog ! yellow
19/vis/viewer/zoom 3.2
20/vis/viewer/flush
21#
22# for drawing the tracks
23# (if too many tracks cause core dump => storeTrajectory 0)
24/tracking/storeTrajectory 1
25/vis/scene/endOfEventAction accumulate
26/vis/scene/add/trajectories
27
Note: See TracBrowser for help on using the repository browser.