Steven Phillips wrote:
> For the "OpenGL Graphics" example in the OpenGL demo, rotation of the text
> was about twice as slow in j601mbeta (about 55s for 10 rotations) than
> j504b (35s for 10 rotations). The OpenGL window was resized in j601m
> to be the same size as the default in j504b.

I am not sure these are good comparisons - the demos may look the same,
but very likely have code differences that affect their performance,
other than changes to the underlying opengl. For example, I believe the
demos are slowed down from the originals, to allow for faster machines.

A better test is to construct a scene from scratch, in both J5 and J6,
ensuring that the code is the same other than for the underlying opengl,
and then compare the drawing times.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to