Import Geant4 8.3.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.49 2006/11/17 21:34:12 perl Exp $
|
||||
$Id: History,v 1.51 2007/01/05 17:06:36 allison Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -24,6 +24,9 @@ committal in the CVS repository !
|
||||
History file for Ray Tracer category
|
||||
---------------------------------------
|
||||
|
||||
5th January 2007 John Allison (raytracer-V08-02-00)
|
||||
- Bug fix: use of window size hints.
|
||||
|
||||
17th November 2006 Joseph Perl (raytracer-V08-01-02)
|
||||
- Deprecate /vis/rayTracer/backgroundColour.
|
||||
- Hasn't worked for some time anyway.
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RayTracerViewer.cc,v 1.16 2006/06/29 21:24:15 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4RayTracerViewer.cc,v 1.17 2007/01/05 17:05:11 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
|
||||
#include "G4RayTracerViewer.hh"
|
||||
|
||||
@@ -79,6 +79,8 @@ void G4RayTracerViewer::SetView()
|
||||
actualLightpointDirection(-fVP.GetActualLightpointDirection());
|
||||
theTracer->SetLightDirection(actualLightpointDirection);
|
||||
theTracer->SetBackgroundColour(fVP.GetBackgroundColour());
|
||||
theTracer->SetNColumn(fVP.GetWindowSizeHintX());
|
||||
theTracer->SetNRow(fVP.GetWindowSizeHintY());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user