Re: Custom Raster
Posted by JeanPhi on Feb 18, 2014; 10:43am
URL: https://forum.jogamp.org/Custom-Raster-tp4031610p4031622.html
You are right, intecepting raster is not wished, but I need a temporary solution.
From Java3D I can do an offscreen render - note that Java3D uses JOGL. The rendering data will be stored in a raster (IntegerInterleavedRaster in my case). So, there is necessarily at least one method which is called in the raster to update its data :)
I would like my own IntegerInterleavedRaster extended class to be recognized. At which point the IntegerInterleavedRaster is identified and fed/updated?