Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# Setup the project
|
||||
cmake_minimum_required(VERSION 3.16...3.21)
|
||||
cmake_minimum_required(VERSION 3.16...3.27)
|
||||
project(standalone)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@@ -5,6 +5,11 @@ which **must** added in reverse chronological order (newest at the top). It must
|
||||
be used as a substitute for writing good git commit messages!
|
||||
|
||||
|
||||
## 2023-11-15 I. Hrivnacova, John Allison (exam-ext-vis-standalone-V11-01-01)
|
||||
- Updated standalone.mac:
|
||||
- Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
|
||||
and simplified comments.
|
||||
|
||||
## 2022-12-30 John Allison (exam-ext-vis-standalone-V11-01-00)
|
||||
- Include an example of DrawGeometry.
|
||||
- DrawGeometryVisAction:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/control/verbose 2
|
||||
/vis/verbose parameters
|
||||
/vis/open OGL
|
||||
/vis/open
|
||||
/vis/scene/create
|
||||
/vis/scene/add/userAction
|
||||
/vis/scene/add/axes
|
||||
|
||||
Reference in New Issue
Block a user