[vtkusers] vtkOpenGLGlyph3DMapper does not pass vtkInformation to the ScalarsToColorsPainter

Jenya Burstein taijinian at gmail.com
Thu Sep 9 19:48:50 EDT 2010


Hello,

It appears that the vtkOpenGLGlyph3DMapper constructor is missing a method
call of passing its PainterInformation to the ScalarsToColorsPainter
memeber.

As a result, calling methods of the vtkMapper class, such as
selectColorArray(), SetScalarModeToUsePointFieldData(), etc, has no effect
on the plot.

Adding a single line
"this->ScalarsToColorsPainter->SetInformation(this->PainterInformation);" at
the bottom of the vtkOpenGLGlyph3DMapper constructor fixes things up.

Do I understand correctly the problem and the way it should be fixed?

If so, what is the best way to submit the change to VTK? How long should we
expect for the approval to take?

Best Regards,
Jenya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100909/24dad7f5/attachment.htm>


More information about the vtkusers mailing list