Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -5,6 +5,10 @@ which **must** added in reverse chronological order (newest at the top). It must
|
||||
be used as a substitute for writing good git commit messages!
|
||||
|
||||
|
||||
## 2024-10-25 John Allison (exam-ext-vis-standalone-V11-02-01)
|
||||
- vis.mac:
|
||||
- Add some commands from examples/basic/B1/vis.mac to get a nice view.
|
||||
|
||||
## 2024-01-30 John Allison (exam-ext-vis-standalone-V11-02-00)
|
||||
- A smarter way of getting extent of geometry that ignores invisible volumes.
|
||||
Thus, if the world is marked invisible, it ignores it.
|
||||
|
||||
@@ -5,6 +5,15 @@
|
||||
/vis/scene/add/userAction
|
||||
/vis/scene/add/axes
|
||||
/vis/scene/add/scale
|
||||
|
||||
# To get nice view (some commands from example B1)
|
||||
# Make the "World" box invisible
|
||||
/vis/geometry/set/visibility World 0 false
|
||||
# "Envelope" is transparent blue to represent water
|
||||
/vis/geometry/set/colour Envelope 0 0 0 1 .3
|
||||
/vis/viewer/set/style surface
|
||||
/vis/viewer/set/viewpointThetaPhi 135 45
|
||||
|
||||
/vis/sceneHandler/attach
|
||||
/vis/viewer/flush
|
||||
/vis/scene/list
|
||||
|
||||
Reference in New Issue
Block a user