<div dir="ltr">Hi,<div><br></div><div>I apologize for the previous post. I hit send by accident.</div><div><br></div><div><span style="font-size:14px">I recently upgraded vtk lib from 6.2 to VTK 8.0.0 and found out that the Initialize function has changed.</span><br></div><div><span style="font-size:14px"><br></span></div><div><span style="font-size:14px">Right now the way we determine whether raycastmapper is support is </span></div><div><span style="font-size:14px"><br></span></div><div><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,128,0)">this</span>-><span style="color:rgb(128,0,0)">RayCastSupported</span><span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span>(usingCellColors<span style="color:rgb(192,192,192)"> </span>||<span style="color:rgb(192,192,192)"> </span>numComp<span style="color:rgb(192,192,192)"> </span>><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,128)">1</span>)<span style="color:rgb(192,192,192)"> </span>?<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,128)">0</span><span style="color:rgb(192,192,192)"> </span>:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,128)">1</span>;</pre></div><div><span style="font-size:14px"><br></span></div><div><span style="font-size:14px">So If the number of component is larger than 1 then Fixedpoint raycastmapper is not support? Is this intended?</span></div><div><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre></div><div><br></div></div>