vtkGeantEvent
This commit is contained in:
@@ -97,8 +97,8 @@ void vtkGeantEvent::InstallPipe() {
|
||||
m_MuonPath->SetMapper(mapper);
|
||||
|
||||
// Set default look: Red line
|
||||
m_MuonPath->GetProperty()->SetColor(1.0, 0.0, 0.0);
|
||||
m_MuonPath->GetProperty()->SetLineWidth(2.0);
|
||||
m_MuonPath->GetProperty()->SetColor(1.0, 1.0, 1.0);
|
||||
m_MuonPath->GetProperty()->SetLineWidth(1.0);
|
||||
m_MuonPath->GetProperty()->SetAmbient(1.0);
|
||||
|
||||
this->SetProp(m_MuonPath);
|
||||
|
||||
Reference in New Issue
Block a user