Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
+16 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.2 2002/11/27 12:46:07 johna Exp $
$Id: History,v 1.3 2003/01/14 10:18:22 johna Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,21 @@ committal in the CVS repository !
History file for visualization/OpenInventor
-------------------------------------------
14th January 2003 John Allison (openinventor-V05-00-00)
- Removed vertex.transform (*fpObjectTransformation) from
G4OpenInventorSceneHandler::AddPrimitive (const G4Polyhedron& polyhedron).
Symptom was that polyhedron objects were being transformed twice.
The transformation is stored in
G4OpenInventorSceneHandler::PreAddThis
...
G4OpenInventorTransform3D oiTran (objectTransformation);
SoSFMatrix* oiMat = oiTran.GetOIMatrix();
SoMatrixTransform* xform = new SoMatrixTransform;
xform->matrix.setValue(oiMat->getValue());
currentSeparator->addChild(new SoResetTransform);
currentSeparator->addChild(xform);
}
27th November 2002 John Allison (vis-V04-01-08)
- Improved algorithm of CompareForKernelVisit.