fix: tweaked ecolLayer opacity

This commit is contained in:
Djairo Hougee 2024-05-24 17:07:13 +02:00
parent 56dde02af8
commit c80d258c45
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ void EColLayer::readCoordinates() {
vtkNew<vtkActor> actor;
actor->SetMapper(mapper);
actor->GetProperty()->SetColor(0, 1, 0);
actor->GetProperty()->SetOpacity(0.2);
actor->GetProperty()->SetOpacity(0.5);
// vtkNew<vtkActor> act2;
// act2->SetMapper(mapper);