source: trunk/examples/novice/N05/vis.mac @ 1143

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

update

File size: 627 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 -90 0 deg
15# Set specific colour for identification : ghost parallel geometry envelope ("ghost") as yellow
16/vis/geometry/set/colour GhostLogical ! yellow
17/vis/viewer/zoom 2.5
18/vis/viewer/flush
19#
20# for drawing the tracks
21# (if too many tracks cause core dump => storeTrajectory 0)
22/tracking/storeTrajectory 1
23/vis/scene/endOfEventAction accumulate
24/vis/scene/add/trajectories
25
Note: See TracBrowser for help on using the repository browser.