> Date:         Tue, 4 Feb 2003 10:22:08 +0100
> From: =?iso-8859-1?Q?R=FCdiger_Lincke?= <[EMAIL PROTECTED]>
>
> Does it decrease the performance when I mix Swing and Java3D? Like when
> I have some small Java3D windows in a Swing GUI displaying my graphs,
> with some Swing controls for controllin them.

Not a FSEM issue, but another factor to consider is the number of small
GUI components you have obscuring the Canvas3D.  Again this varies
across OGL/D3D implementations, but some implementations have a limited
number of obscuring rectangles they can clip against efficiently.

If you break up the canvas past a certain number of rectangles, then
some OGL/D3D implementations may have to resort to rendering each
triangle or other graphics primitives multiple numbers of times, once
for each rectangular subset of the canvas.

-- Mark Hood

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to