Skip to content

Add a workaround for a VTK/ParaView rendering bug.

David Thompson requested to merge dcthomp/smtk:opacity-smashity into master

Without forcing the actor's opacity to be strictly < 1.0, incorrect rendering will occur when 1 or more components have any transparency. Until the issue is fixed in ParaView, force the actor to report itself as semi-transparent.

Merge request reports