Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • pure immediate mode applet flicker on key events

    0 answers - 717 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    take a good look at the code I posted. using drawAndFlushImage with a buffered image is currently the fastest method available to do overlays.
    you shouldn't use any other method really. you draw to the buffered image, then flush it to the framebuffer.
    it is the same with text, just clear the buffered image before changing its contents the way Andrew Davison does in the link I posted. don't try to be too creative in this matter, it wll only cost you time.
    [Message sent by forum member 'otelo' (otelo)]
    To unsubscribe, e-mail: interest-unsubscribe (AT) java3d (DOT) dev.java.net
    For additional commands, e-mail: interest-help (AT) java3d (DOT) dev.java.net

Re: pure immediate mode applet flicker on key events


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Java"

EMSDN.COM