Hi everybody, I am currently manipulating surfaces and i want to modify their opacity. I used vtkActor::GetProperty and vtkProperty::SetOpacity. I already made sure the value given to this last function was a double between 0.00 and 1.00. After setting the opacity I just render the vtkRenderWindow related.