Import Geant4 3.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OpenInventorSceneHandler.cc,v 1.8 2000/05/28 13:42:34 barrand Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
// $Id: G4OpenInventorSceneHandler.cc,v 1.9 2001/01/25 15:28:10 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-03-01 $
|
||||
//
|
||||
//
|
||||
// Jeff Kallenbach 01 Aug 1996
|
||||
@@ -277,6 +277,7 @@ void G4OpenInventorSceneHandler::AddPrimitive (const G4Square& Square) {
|
||||
//
|
||||
void G4OpenInventorSceneHandler::AddPrimitive (const G4Polyhedron& polyhedron) {
|
||||
if(currentSeparator==NULL) return;
|
||||
if (polyhedron.GetNoFacets() == 0) return;
|
||||
#define MAXPOLYH 32767
|
||||
//
|
||||
// Assume all facets are convex quadrilaterals.
|
||||
|
||||
Reference in New Issue
Block a user