Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
examples/novice/N03/visTutor/History
|
||||
====================================
|
||||
|
||||
24th November 2008 Laurent Garnier
|
||||
- exNo3Vis14.mac,exNo3Vis15.mac : Change OGLSQT by OGLSQt
|
||||
|
||||
3rd May 2005 John Allison (examples-V07-00-03)
|
||||
- Replaced vis manager with G4VisExecutive.
|
||||
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
# with the OGLSQT (OpenGL Stored QT) driver
|
||||
###########################################
|
||||
|
||||
# Invoke the OGLSQT driver
|
||||
/vis/open OGLSQT
|
||||
# Invoke the OGLSQt driver
|
||||
/vis/open OGLSQt
|
||||
|
||||
# Bird's-eye view of the detector geometry
|
||||
#
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
/vis/scene/create
|
||||
|
||||
# Invoke the OpenInventor driver
|
||||
/vis/sceneHandler/create OGLIQT
|
||||
/vis/sceneHandler/create OGLIQt
|
||||
/vis/viewer/create
|
||||
|
||||
# Add the world volume to the current scene
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
/gui/addButton vis Vis2(OGLSX) "/control/execute visTutor/exN03Vis2.mac"
|
||||
/gui/addButton vis Vis3(OGLSX) "/control/execute visTutor/exN03Vis3.mac"
|
||||
/gui/addButton vis Vis4(OGLIX) "/control/execute visTutor/exN03Vis4.mac"
|
||||
/gui/addButton vis Vis15(OGLIQT) "/control/execute visTutor/exN03Vis15.mac"
|
||||
/gui/addButton vis Vis14(OGLSQT) "/control/execute visTutor/exN03Vis14.mac"
|
||||
/gui/addButton vis Vis15(OGLIQt) "/control/execute visTutor/exN03Vis15.mac"
|
||||
/gui/addButton vis Vis14(OGLSQt) "/control/execute visTutor/exN03Vis14.mac"
|
||||
/gui/addButton vis Vis5(OIX) "/control/execute visTutor/exN03Vis5.mac"
|
||||
/gui/addButton vis Vis6(VRML2FILE) "/control/execute visTutor/exN03Vis6.mac"
|
||||
/gui/addButton vis Vis7(DAWNFILE) "/control/execute visTutor/exN03Vis7.mac"
|
||||
|
||||
Reference in New Issue
Block a user