Files
geant4/examples/advanced/human_phantom/openGLVis.mac
T
2016-06-09 15:16:48 +02:00

21 lines
535 B
Plaintext

#
# Macro file for the visualization
# when runing in interactive mode
#
# create empty scene
#
/vis/scene/create
/vis/open OGLIX
#
# Create a scene handler for a specific graphics system
# (Edit the next line(s) to choose another graphic system)
#
#/vis/viewer/set/viewpointThetaPhi 90 90 deg
#/vis/viewer/zoom 2.
# (if too many tracks cause core dump => storeTrajectory 0)
/tracking/storeTrajectory 1
/vis/scene/add/trajectories
# (if you prefer refreshing each event, comment out next line)
/vis/scene/endOfEventAction accumulate
#