Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -6,6 +6,11 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2025-10-01 John Allison (openinventor-V11-03-03)
|
||||
- G4OpenInventorViewer.cc:
|
||||
- CompareForKernelVisit():
|
||||
- Include dotsSize and dotsSmooth for decision on kernel visit.
|
||||
|
||||
## 2025-03-06 John Allison (openinventor-V11-03-02)
|
||||
- G4OpenInventorViewer:
|
||||
- Implement CompareForTransientsRedraw().
|
||||
|
||||
@@ -192,7 +192,9 @@ G4bool G4OpenInventorViewer::CompareForKernelVisit(G4ViewParameters& vp) {
|
||||
(vp.GetVisAttributesModifiers() != fVP.GetVisAttributesModifiers()) ||
|
||||
(vp.IsSpecialMeshRendering() != fVP.IsSpecialMeshRendering()) ||
|
||||
(vp.GetSpecialMeshRenderingOption()!= fVP.GetSpecialMeshRenderingOption())||
|
||||
(vp.GetTransparencyByDepth() != fVP.GetTransparencyByDepth())
|
||||
(vp.GetTransparencyByDepth() != fVP.GetTransparencyByDepth()) ||
|
||||
(vp.IsDotsSmooth() != fVP.IsDotsSmooth()) ||
|
||||
(vp.GetDotsSize() != fVP.GetDotsSize())
|
||||
)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user