<div dir="ltr"><div>Hi Shark,</div><div><br></div><div>I'm glad that you got it working.  Yes, a fix for this should be included in the next VTK release.</div><div><br></div><div>Cheers,</div><div> - David</div><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 3, 2017 at 5:12 AM, Shark <span dir="ltr"><<a href="mailto:m.nunes@fratoria.com" target="_blank">m.nunes@fratoria.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Again,<br>
<br>
I finally made everything work. I was using a combination of global lookups<br>
with local lookups together with slice rendering and multiple actors. It<br>
seems a combination of build() calls and Modified() are needed. At least,<br>
this is the only way I managed to make it work for all my cases.<br>
<br>
I am leaving here my result.<br>
<br>
vtkWindowLevelLookupTable* lookup = vtkWindowLevelLookupTable::<wbr>New();<br>
lookup->SetMinimumTableValue(<wbr>0, 0, 0, 1);<br>
lookup->SetMaximumTableValue(<wbr>1, 1, 1, 1);<br>
lookup->SetTableValue(0, 0, 0, 0, 1);<br>
lookup->SetTableValue(255, 1, 1, 1, 1);<br>
<br>
lookup->Build();<br>
lookup->SetWindow(_pDataSet-><wbr>GetOverlay()->GetWindowWidth()<wbr>);<br>
lookup->SetLevel(_pDataSet-><wbr>GetOverlay()->GetWindowLevel()<wbr>);<br>
lookup->Build();<br>
lookup->Modified();<br>
<br>
I would like to know if a fix is being included in the next VTK release<br>
(7.2?).<br>
Thanks!<br>
Shark<br></blockquote></div></div></div>