source: trunk/examples/extended/gdml/vis.mac @ 1279

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

update

File size: 427 bytes
Line 
1###################################################
2# Visualization of detector geometry and events 
3###################################################
4
5# create empty scene
6/vis/scene/create
7
8# Create a scene handler for a specific graphics system
9/vis/open OGLIX
10
11# draw scene
12/vis/viewer/zoom 1.4
13/vis/viewer/flush
14
15# (if you prefer not refreshing each event, uncomment next line)
16# /vis/scene/endOfEventAction accumulate
Note: See TracBrowser for help on using the repository browser.