Re: [JAVA3D] performance By-ref versus using setNNN methods

2001-06-25 Thread Yazel, David J.
line"? Or wait until 1.3 :) Dave Yazel -Original Message- From: Uma Sabada [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 11:24 AM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] performance By-ref versus using setNNN methods Dave: > 1. If we use a geometry updator and

Re: [JAVA3D] performance By-ref versus using setNNN methods

2001-06-25 Thread Uma Sabada
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 > Date: Fri, 22 Jun 2001 14:42:58 -0400 > From: David Yazel <[EMAIL PROTECTED]> > Subject: [JAVA3D] performance By-ref versus using setNNN methods > To: [EMAIL PROTECTED] > > Question for the Sun folks ( and anyone who

[JAVA3D] performance By-ref versus using setNNN methods

2001-06-22 Thread David Yazel
Question for the Sun folks ( and anyone who knows the internals) . We have coords, colors, texcoords and normals in a piece of geometry which we want to update often, but not always every frame: 1. If we use a geometry updator and use the set() methods on non-ref geometry, but only update the no