fix: tweaked ecolLayer opacity
This commit is contained in:
parent
56dde02af8
commit
c80d258c45
|
|
@ -162,7 +162,7 @@ void EColLayer::readCoordinates() {
|
||||||
vtkNew<vtkActor> actor;
|
vtkNew<vtkActor> actor;
|
||||||
actor->SetMapper(mapper);
|
actor->SetMapper(mapper);
|
||||||
actor->GetProperty()->SetColor(0, 1, 0);
|
actor->GetProperty()->SetColor(0, 1, 0);
|
||||||
actor->GetProperty()->SetOpacity(0.2);
|
actor->GetProperty()->SetOpacity(0.5);
|
||||||
|
|
||||||
// vtkNew<vtkActor> act2;
|
// vtkNew<vtkActor> act2;
|
||||||
// act2->SetMapper(mapper);
|
// act2->SetMapper(mapper);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue