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
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