Login  Register

Re: Custom Raster

Posted by JeanPhi on Feb 18, 2014; 9:19am
URL: https://forum.jogamp.org/Custom-Raster-tp4031610p4031618.html

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.

I tried to follow what's going on in Java3D and my best bet is JOGL to handle rasters "by type". I hope all the types are not hard coded and there is somewhere where I could register mine.

If I fail to intercept raster updates, then I will have to copy the buffer, which will be twice the work.

How and where are rasters identified in JOGL?