<div dir="ltr">Thanks Bill,<br><br>I was able to create a dashed line with this texture trick, thanks. However, it is difficult to reproduce the same effect than with the opengl1 version. In the the previous version, each created dash had a constant "lenght" on the screen when you zoom in or out on the actor. With the new version, the number of dash is the same on the line, no matter how long or how "zoomed" in it appears on the screen.<div><br>In your example, the number of "dash" is controlled by the resolution of the source, is that correct?<div>So to achieve the same result, the only solution is to connect a callback on the camera, and adapt the linesource resolution to the current zoom, no ? Or maybe there is an easier solution ? <br><div><br></div><div>Thanks anyway,<br>Simon</div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-10-10 19:24 GMT+02:00 Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just added a new example that draws stippled lines. Take a look to<br>
see if it helps...<br>
<br>
<a href="https://lorensen.github.io/VTKExamples/site/Cxx/Rendering/StippledLine/" rel="noreferrer" target="_blank">https://lorensen.github.io/<wbr>VTKExamples/site/Cxx/<wbr>Rendering/StippledLine/</a><br>
<div><div class="h5"><br>
<br>
<br>
On Mon, Oct 9, 2017 at 11:29 AM, Simon Esneault<br>
<<a href="mailto:simon.esneault@gmail.com">simon.esneault@gmail.com</a>> wrote:<br>
> The second trick using texture might just work !<br>
> Thanks<br>
> Simon<br>
><br>
><br>
> 2017-10-09 19:04 GMT+02:00 Ken Martin <<a href="mailto:ken.martin@kitware.com">ken.martin@kitware.com</a>>:<br>
>><br>
>> <a href="https://gitlab.kitware.com/vtk/vtk/issues/15799" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>vtk/vtk/issues/15799</a> gives a couple options<br>
>> that might work for you.<br>
>><br>
>> On Mon, Oct 9, 2017 at 12:05 PM, Simon Esneault <<a href="mailto:simon.esneault@gmail.com">simon.esneault@gmail.com</a>><br>
>> wrote:<br>
>>><br>
>>> Hello community<br>
>>><br>
>>> Is there a way to draw dotted line with the new backend ?<br>
>>><br>
>>> We used something like this before<br>
>>><br>
>>> m_actor->GetProperty()-><wbr>SetLineStipplePattern( 0xf0f0 );<br>
>>> m_actor->GetProperty()-><wbr>SetLineStippleRepeatFactor( 1 );<br>
>>><br>
>>> But the doc says it works only for the old backend.<br>
>>> Any other solution ?<br>
>>><br>
>>> Thanks<br>
>>> Simon<br>
>>> --<br>
>>> ------------------------------<wbr>------------------------------<wbr>------<br>
>>> Simon Esneault<br>
>>> Rennes, France<br>
>>> ------------------------------<wbr>------------------------------<wbr>------<br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>>><br>
>>> Visit other Kitware open-source projects at<br>
>>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
>>><br>
>>> Please keep messages on-topic and check the VTK FAQ at:<br>
>>> <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
>>><br>
>>> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
>>><br>
>>> Follow this link to subscribe/unsubscribe:<br>
>>> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
>>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Ken Martin PhD<br>
>> Distinguished Engineer<br>
>> Kitware Inc.<br>
>> 28 Corporate Drive<br>
>> Clifton Park NY 12065<br>
>><br>
>> This communication, including all attachments, contains confidential and<br>
>> legally privileged information, and it is intended only for the use of the<br>
>> addressee.  Access to this email by anyone else is unauthorized. If you are<br>
>> not the intended recipient, any disclosure, copying, distribution or any<br>
>> action taken in reliance on it is prohibited and may be unlawful. If you<br>
>> received this communication in error please notify us immediately and<br>
>> destroy the original message.  Thank you.<br>
><br>
><br>
><br>
><br>
> --<br>
> ------------------------------<wbr>------------------------------<wbr>------<br>
> Simon Esneault<br>
> Rennes, France<br>
> ------------------------------<wbr>------------------------------<wbr>------<br>
><br>
> ______________________________<wbr>_________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at:<br>
> <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
><br>
<br>
<br>
<br>
--<br>
</div></div>Unpaid intern in BillsBasement at noware dot com<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>------------------------------------------------------------------<br>Simon Esneault<div>Rennes, France<br>------------------------------------------------------------------</div></div></div></div>
</div>