Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RayTracerSceneHandler.cc,v 1.10 2006/11/14 14:46:37 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4RayTracerSceneHandler.cc,v 1.10 2006-11-14 14:46:37 allison Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
|
||||
#include "G4RayTracerSceneHandler.hh"
|
||||
#include "G4VisManager.hh"
|
||||
@@ -48,8 +48,6 @@ G4RayTracerSceneHandler::G4RayTracerSceneHandler(G4VGraphicsSystem& system,
|
||||
// Add dummy run-duration model to avoid world being added and
|
||||
// notifyHandler being invoked...
|
||||
fpScene->AddWorldIfEmpty();
|
||||
// Avoid code triggered at end of events...
|
||||
fpScene->SetRefreshAtEndOfEvent(false);
|
||||
// Add to vis manager list; ownership thereby passes to vis manager...
|
||||
visManager->SetSceneList().push_back(fpScene);
|
||||
// ...and make current...
|
||||
|
||||
Reference in New Issue
Block a user