As Shawn mentioned, yes.  I'd agree too and it makes clear sense.  If a
triangle strip can use 1/3 to 1/2 the number of vertices there will be a
clear performance improvement.

- John Wright
Starfire Research

Roy Duffy wrote:
>
> I implemented a 3D "curtain" using TriangleStripArrays and then the
> identical application with TriangleArrays.
> I found that the TriangleStripArrays rendered almost twice as fast as
> the TriangleArray version.
> I realize that TriangleStripArrays are generally faster, but is it
> normal to see such a dramatic decrease in performance when they aren't
> used?
>
>  -Roy
>
> ===========================================================================
> 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".

===========================================================================
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