Re: Superposing Image in a JOGL animation
Posted by Vishiv on Oct 21, 2016; 7:52pm
URL: https://forum.jogamp.org/Superposing-Image-in-a-JOGL-animation-tp4037332p4037342.html
Because there is a lot (3600*100*4) vertices and for each, at every time of the animation, I have a calculation to do for all coordinates (space, texture...). So I don't want to have to recalculate them if I have done it allready...
I will search for the offscreen buffer and return to you if it work... or not :)
Thanks for your help.