Re: Custom Raster
Posted by
gouessej on
Feb 18, 2014; 10:40am
URL: https://forum.jogamp.org/Custom-Raster-tp4031610p4031620.html
JeanPhi wrote
Because it doesn't work :)
JavaFX only allows lightweight Swing components inside a SwingNode. I tried JCanvas3D but the CPU load is huge not to mention the awful display tearing.
Thank you for the feedback. The problem is that Java3D 1.6.0 is actively maintained but there is no plan to add new features into it (including OpenJFX/JavaFX interoperability). I think that you would get better performance with a JavaFX Java3D panel but writing such a panel wouldn't be trivial.