Skip to content

Enabled vector component visualization in volume representations (v2).

Internally, VectorMode uses GPUMapper's independent component support to render a single component (by adjusting the weights) [2]. It computes the vector's magnitude through a vtkImageMagnitude instance [1]. Volume vector mode uses vtkScalarsToColors interface to pass the current mode/component from pqDisplayColorWidget.

[1] Vector's magnitude volume and its surface rendering counterpart vectors_magnitude vectors_magnitude_surf

[2] Vector's component volume and its surface rendering counterpart vectors_y_component vectors_y_component_surf

Merge request reports