<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><div><br>D</div><div><br></div></div><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 class="">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 class="HOEnZb"><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>