<br><div class="gmail_quote">On Fri, Sep 4, 2009 at 11:37 AM, Moreland, Kenneth <span dir="ltr">&lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">The issue is that the points and lines sizes are measured in pixels, so the relative size goes down when you increase screen resolution.  One easy way around this is to covert the points/lines into 3D objects.  Points can become spheres with the glyph filter and lines can become tubes with the tube filter.  I believe the point sprite plugin can also efficiently render points as spheres with radii defined in world space.  I have seen an example of plugin that can render lines as tubes directly (at least with correct lighting), but I don’t know where to (or if you can) get it.<br>

<br>
-Ken<div><div></div><br></div></span></font></div></blockquote></div><br>Ken<br>
<br>Converting them to 3d objects is a good idea. Here is my file:<br><a href="http://rpi.edu/~doriad/Paraview_List/lines.vtp">http://rpi.edu/~doriad/Paraview_List/lines.vtp</a><br><br>When I run a glyph filter, it seems to want to glyph the normals, not the points. If I change it to &quot;sphere&quot;, the desired result is obtained, but that seems a bit wacky. Shouldn&#39;t I be able to select &quot;Points&quot; somewhere?<br>
<br>When I run the tube filter I get a bunch of these:<br><br>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 0, 0);">Bad normal s = 0.433013 0.75 0.5 n = 0 0 0</span></p>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 0, 0);">Could not generate points!</span></p><br>I&#39;m not familiar with the tube filter - is there something else I need to do?<br>
<br clear="all">Thanks,<br><br>David<br>