<HTML>
<HEAD>
<TITLE>Re: [Paraview] Object size in screenshots</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>For the glyph filter, you want to use the sphere glyph and turn all scaling off. One problem you might run into is that the glyph filter will place glyphs on all points in your mesh regardless of what type of cell is on it (0, 1, or 2D).<BR>
<BR>
I think the warnings you are getting with the tube filter happen when you have large bends in the tube. If the output looks OK, you should be able to ignore them.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 9/4/09 9:25 AM, "David Doria" <<a href="daviddoria@gmail.com">daviddoria@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
On Fri, Sep 4, 2009 at 11:37 AM, Moreland, Kenneth <<a href="kmorel@sandia.gov">kmorel@sandia.gov</a>> wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><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<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><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 "sphere", the desired result is obtained, but that seems a bit wacky. Shouldn't I be able to select "Points" somewhere?<BR>
<BR>
When I run the tube filter I get a bunch of these:<BR>
<BR>
<BR>
Bad normal s = 0.433013 0.75 0.5 n = 0 0 0<BR>
<BR>
Could not generate points!<BR>
<BR>
I'm not familiar with the tube filter - is there something else I need to do?<BR>
<BR>
Thanks,<BR>
<BR>
David<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7.5pt'><BR>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>