source: trunk/examples/advanced/cosmicray_charging/init.mac @ 807

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

update

File size: 660 bytes
Line 
1#############################################################################*#
2# Initialisation macro for interactive mode                                   #
3###############################################################################
4#
5/control/verbose 1
6#/control/saveHistory
7#
8# Create empty scene
9#/vis/scene/create
10#
11# Create a scene handler for a specific graphics system
12# (Edit the next line(s) to choose another graphic system)
13/vis/open OGLSX
14#/vis/open OGLIX
15#/vis/open OGLSXm
16#/vis/open OGLIXm
17#/vis/open DANWFILE
18#
19# Add detector to scene
20/vis/drawVolume
21#
22# Flush visualization
23#/vis/viewer/flush
24#
25/vis/viewer/set/lineSegmentsPerCircle 120
Note: See TracBrowser for help on using the repository browser.