<div dir="ltr">Have you look at the examples application in Java that are inside the vtk.jar? Are you on Mac or are you using another platform?<div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 2, 2015 at 1:44 AM, quadprob <span dir="ltr"><<a href="mailto:gustav.lundin@saabgroup.com" target="_blank">gustav.lundin@saabgroup.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I'm trying to integrate vtk into my swing application. However, the method<br>
shown in the  examples<br>
<<a href="http://www.vtk.org/Wiki/VTK/Examples/Java/SwingIntegration/JFrameRenderer" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Java/SwingIntegration/JFrameRenderer</a>><br>
renders very slowly and also renders the faces as see through regardless of<br>
opacity settings. The effect is easier to observe when rendering a  cube<br>
<<a href="http://pastebin.com/iKCWVkwi" rel="noreferrer" target="_blank">http://pastebin.com/iKCWVkwi</a>>   instead of a sphere.<br>
<br>
I have been able to workaround this by  starting the renderWindowInteractor<br>
<<a href="http://pastebin.com/jXsph2xF" rel="noreferrer" target="_blank">http://pastebin.com/jXsph2xF</a>>  . Starting the interactor makes it render<br>
much quicker and removes the see-through effect, however, it also causes a<br>
second window to be created. It's hidden behind the main window and closes<br>
when it closes but becomes visible if you move the main window.<br>
<br>
I'd like the positive effects of the interactor without having to suffer the<br>
second window. How would I accomplish this?<br>
Thanks<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Swing-Integration-tp5732661.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Swing-Integration-tp5732661.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<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="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>