<div>Hello,</div>
<div> </div>
<div>It appears that the vtkOpenGLGlyph3DMapper constructor is missing a method call of passing its PainterInformation to the ScalarsToColorsPainter memeber. </div>
<div> </div>
<div>As a result, calling methods of the vtkMapper class, such as selectColorArray(), SetScalarModeToUsePointFieldData(), etc, has no effect on the plot.</div>
<div> </div>
<div>Adding a single line "this->ScalarsToColorsPainter->SetInformation(this->PainterInformation);" at the bottom of the vtkOpenGLGlyph3DMapper constructor fixes things up.</div>
<div> </div>
<div>Do I understand correctly the problem and the way it should be fixed?</div>
<div> </div>
<div>If so, what is the best way to submit the change to VTK? How long should we expect for the approval to take?</div>
<div> </div>
<div>Best Regards,</div>
<div>Jenya</div>