LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Grinvon on October 07, 2005, 17:42:36

Title: LWJGL render a dazed image!
Post by: Grinvon on October 07, 2005, 17:42:36
I have create a simple start exemple, folling some code of source tutorial, Start well, but create a confez image, distorced like below...

(http://img.photobucket.com/albums/v413/Grinvon/dazed_img.png)

What can I do to fix it?

Thanks all!
Title: LWJGL render a dazed image!
Post by: princec on October 07, 2005, 18:09:33
Looks like you've either forgotten to do a glClear to clear any random crap out of the backbuffer, or you've forgotten to call Display.update() after rendering.

Cas :)