[Feature] ImageSlice Prop3D: force consistent render pass despite transparency #3126
Labels
module: rendering
General rendering issues
released
Automated label
type: feature request 💡
Desired capabilities / enhancements
Feature Request
Motivation
When the prop's transparency crosses from .999 to 1, it gets slotted in the Opaque render pass and can change its render order: https://github.com/Kitware/vtk-js/blob/master/Sources/Rendering/Core/ImageSlice/index.js#L24-L26
When multiple slices are layered changing the tranparency can inavertently change how they are blended.
Motivation and Detailed Description
Approach?
Add
imageSlice.setForceTransparent(true)
function to ImageSlice Prop3D? Or add it to the Prop3D "class." Or make ImageSlice extend Actor3D?The text was updated successfully, but these errors were encountered: