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

Last change on this file since 893 was 893, checked in by garnier, 15 years ago

make 3.80 added because 3.81 is bad

File size: 683 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 OGLSQT
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.