source: trunk/examples/advanced/cosmicray_charging/init.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: 677 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 OGLSQT
14#/vis/open OGLSX
15#/vis/open OGLIX
16#/vis/open OGLSXm
17#/vis/open OGLIXm
18#/vis/open DANWFILE
19#
20# Add detector to scene
21/vis/drawVolume
22#
23# Flush visualization
24#/vis/viewer/flush
25#
26/vis/viewer/set/lineSegmentsPerCircle 120
Note: See TracBrowser for help on using the repository browser.