LWJGL render a dazed image!

Started by Grinvon, October 07, 2005, 17:42:36

Previous topic - Next topic

Grinvon

I have create a simple start exemple, folling some code of source tutorial, Start well, but create a confez image, distorced like below...



What can I do to fix it?

Thanks all!

princec

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 :)