<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">you probably want to make sure you get an opengl context that supports antialiasing, used to be renWin->SetMultiSamples(1) prior to first render so that you get the right context.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 7:54 AM, David Cole via vtkusers <span dir="ltr"><<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the ideas. We're just looking for a way to make a sharp outline a little less "the focus of the scene" than it appears to be with the plain old line rendering. We were thinking blurry or diffuse.<div><br></div><div>We'll give some of these a try.</div><span class="HOEnZb"><font color="#888888"><div><br>D</div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 12:16 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Mon, Oct 27, 2014 at 12:28 PM, David Cole via vtkusers <span dir="ltr"><<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It's easy to add an actor that displays a cuboid with a wireframe representation.<div><br></div><div>Is it easy to make that wireframe look "fuzzy" instead of a sharp line?</div></div></blockquote><div><br></div></span><div>You mean fuzzy as in furry, or fuzzy as in blurry?  Or jittery?</div><div><br></div><div>If you want jittery, here's how you can add jitter to any VTK polydata:</div><div><br></div><div>Use a random point source e.g. vtkPointSource as the input to vtkGlyph3D,</div><div>and use your polydata as the glyph.  The output will be jittered polydata.</div><div><br></div><div>You might be able to make it look fuzzy by tessellating it and then rendering</div><div>it as points.  For example: tessellate the frame, and then use it as the input</div><div>to vtkGlyph3D while using random points from vtkPointSource as the glyph.</div><span><font color="#888888"><div><br></div><div> - David</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> </div></font></span></div></div></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>