<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hello World.<br>
<br>
Meanwhile I made some nice glyphs, but am stuck with the coloring.<br>
I switched on SetColorModeToColorByVector() which may be the coloring
by vector magnitude?<br>
<br>
<font face="Courier New, Courier, monospace">vtkGlyph3D *glyph =
vtkGlyph3D::New();<br>
glyph-&gt;SetInput(gridCellCenters-&gt;GetOutput());        <br>
glyph-&gt;SetSourceConnection(arrow-&gt;GetOutputPort());<br>
glyph-&gt;SetScaleModeToDataScalingOff();<br>
glyph-&gt;SetColorModeToColorByScale();<br>
glyph-&gt;SetScaleFactor(0.3);</font><br>
<br>
Unfortunately all glyphs are colored the same (blue).<br>
Do I have to do anything further to get propper coloring? Maybe with
the mapper?<br>
<br>
See you. Sebastian<br>
</font></font>
</body>
</html>