Surface and volume rendering in the same render

Hello,

You need to enable the Depth Peeling for volumes on your vtkRenderer
See methods :
UseDepthPeelingForVolumesOn
And
UseDepthPeelingOn
Also you will need a call to SetAlphaBitPlanes(1) and SetMultiSamples(0) on your render window

HTH

4 Likes