Hei!
I have a JOGL project on.
Im wondering if it is possible to clear screen to background image with JOGL or OpenGL ??
Im currently using Texture to clear screen to image.
//----
Thanks,
Hei!
I have a JOGL project on.
Im wondering if it is possible to clear screen to background image with JOGL or OpenGL ??
Im currently using Texture to clear screen to image.
//----
Thanks,
The way you are doing it is already the correct way. Only use glClear() if you need to actually clear.
Cas