Re: [JAVA2D] Update N: Framerate degrades markedly

2007-10-08 Thread Dmitri Trembovetski
Hi Richard, thank you for the report. [EMAIL PROTECTED] wrote: I tried the new Update N with one of my Java applets and the framerate has degraded markedly. Does your applet render directly to the screen? Do you use any kind of back-buffer? If so, is it a VolatileImage or a

Re: [JAVA2D] Update N: Framerate degrades markedly

2007-10-08 Thread Ken Warner
I offer this just to try and be helpful. I have an applet that uses VolitileImages throught the BufferStrategy interface. It creates images using a MemoryImageSource. Then it drawImage() onto the BufferStrategy graphics and does a BufferStrategy show(). The show() is in the canonical