Login  Register

Re: Custom Raster

Posted by JeanPhi on Feb 18, 2014; 11:05am
URL: https://forum.jogamp.org/Custom-Raster-tp4031610p4031623.html

I went further. The raster contains a DataBufferInt. It seems that JOGL writes the data directly inside the array contained in the DataBufferInt.

So I would have to copy those data to JavaFX :)

Am I right?