Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4OpenGLImmediateSceneHandler.cc 96669 2016-04-29 12:03:24Z gcosmo $
|
||||
// $Id: G4OpenGLImmediateSceneHandler.cc 99312 2016-09-13 09:47:18Z gcosmo $
|
||||
//
|
||||
//
|
||||
// Andrew Walkden 10th February 1997
|
||||
@@ -73,7 +73,9 @@ G4bool G4OpenGLImmediateSceneHandler::AddPrimitivePreamble(const G4Polyhedron& v
|
||||
|
||||
G4bool G4OpenGLImmediateSceneHandler::AddPrimitivePreambleInternal(const G4Visible& visible, bool isMarker, bool isPolyline)
|
||||
{
|
||||
const G4Colour& c = GetColour (visible);
|
||||
// Get applicable vis attributes for all primitives.
|
||||
fpVisAttribs = fpViewer->GetApplicableVisAttributes(visible.GetVisAttributes());
|
||||
const G4Colour& c = GetColour ();
|
||||
G4double opacity = c.GetAlpha ();
|
||||
|
||||
G4bool transparency_enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user