enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Opacity not working on volume_slice and image plane widget #1198

Open ammir1 opened 1 year ago

ammir1 commented 1 year ago

Hi, I have a scalar 3D cube where I want to add opacity to some slices but it is not possible with volume_slice and image plane widget. The only current solution was to use scalar cut plane (where opacity works). Is it possible for me to add opacity via pipeline to image plane widget? Thanks in advance!