Re: invisible rendering
Posted by
gouessej on
Jun 17, 2014; 11:46am
URL: https://forum.jogamp.org/invisible-rendering-tp4032432p4032453.html
Yes, there are some examples using it in our unit tests. Sven and neothemachine have a lot more experience than me with offscreen rendering, I would appreciate that they give you some insights...
Personally, I use an offscreen drawable to draw some meshes just to build image previews but I don't know why one of the methods called createOffscreenAutoDrawable has become deprecated :s
Edit.: The one accepting a shared context was deprecated several months ago, probably because it's better to use a setter to pass this object.