source: trunk/examples/advanced/human_phantom/openGLVis.mac @ 893

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

update

File size: 535 bytes
Line 
1#
2# Macro file for the visualization
3# when runing in interactive mode
4#
5# create empty scene
6#
7/vis/scene/create
8/vis/open OGLIX
9#
10# Create a scene handler for a specific graphics system
11# (Edit the next line(s) to choose another graphic system)
12#
13#/vis/viewer/set/viewpointThetaPhi 90 90 deg
14#/vis/viewer/zoom 2.
15# (if too many tracks cause core dump => storeTrajectory 0)
16/tracking/storeTrajectory 1
17/vis/scene/add/trajectories
18# (if you prefer refreshing each event, comment out next line)
19/vis/scene/endOfEventAction accumulate
20#
Note: See TracBrowser for help on using the repository browser.