Re: [JAVA3D] Tutorial question

2002-10-02 Thread Carlos D Correa
Yes, strip is a set of points conforming a surface, such that contiguous points form "somehow" a face. That's the traditional concept of strip, and in the case of TriangleFans, the stripCount refers to the fans. Carlos Andy wrote: >Thank you very much, here is my new code which works. > >priv

Re: [JAVA3D] Tutorial question

2002-10-02 Thread Andy
nts? Sincerely, Andy - Original Message - From: "Carlos D Correa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 11:09 AM Subject: Re: [JAVA3D] Tutorial question > Hi, > > When you set the stripCounts Array, it specifies how many ver

Re: [JAVA3D] Tutorial question

2002-10-02 Thread Carlos D Correa
Hi, When you set the stripCounts Array, it specifies how many vertices are in each separate strip (or fan). So, the sum of values in stripCounts should be the same as the number of points. Instead of stripCounts of 17, use: int stripCounts[] = {10}; // your only strip has 10 vertices Als

Re: [JAVA3D] TUTORIAL QUESTION

2000-07-12 Thread Dvorak, Daniel J.
Use an unzipping program like winzip to un-jar the files.   It doesn't look like the tutorial has been updated in a while.  Is there any effort going into keeping it up-to-date? -Original Message-From: Terence J Fagan [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 12, 2000 12:57