Skip to content

In vtkOpenGLGlyph3DMapper, use color values from actor.

T.J. Corona requested to merge tjcorona/vtk:glyph-color-from-actor into master

This fix is in reference to issue #15753 (closed). Originally, when coloring by scalars was not enabled, the resultant glyphs were always white. Now, the glyph color is obtained from the associated vtkActor.

Merge request reports