<div dir="ltr">Having inner surface is not an issue especially if you don't put any transparency. The draw back will only be that you try to draw more data that you truly need and depending on your data size, this could affect the rendering performance. But other than that, there is no issue.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 30, 2018 at 5:33 AM marf <<a href="mailto:marvin.huber@basf.com">marvin.huber@basf.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks again, I previously tried filtering out duplicate faces and found an<br>
efficient way to do it with hashes. Even though I can now half the number of<br>
faces for my model, it will render as thought there are inner faces present:<br>
<br>
<<a href="http://vtk.1045678.n5.nabble.com/file/t342475/innercells1.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/file/t342475/innercells1.png</a>> <br>
<br>
Whereas, when looked at it from another angle you can clearly see, there are<br>
no more inner faces present (which also HAS to be the case, since I slim<br>
down the amount of rendered faces from 38.000 to 20.000 without effecting<br>
the outer surface)<br>
<br>
<<a href="http://vtk.1045678.n5.nabble.com/file/t342475/innercells2.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/file/t342475/innercells2.png</a>> <br>
<br>
Do you have any idea whats going on there? I apply a scalar to the polydata<br>
and then color it using a vtkLookupTable and that works perfectly otherwise.<br>
Also, the scalardata is per point, and since every point is on the surface<br>
in my case, the should not change with changing faces right?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a><br>
_______________________________________________<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 <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_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=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>