Re: [JAVA3D] QuadArray Not Working

2001-08-23 Thread Dipl. Ing. Paul Szawlowski
Michael Franz schrieb: > I solved my problem. I changed the order I added the > coordinates from clockwise to counter clockwise and it > worked. Does it really make a difference what order I > put in my coordinates? Yes, it defines which side is the front side. Depending which sort of culling

Re: [JAVA3D] QuadArray Not Working

2001-08-23 Thread Michael Franz
I solved my problem. I changed the order I added the coordinates from clockwise to counter clockwise and it worked. Does it really make a difference what order I put in my coordinates? -Mike --- Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > > I have a sample program I put together to work wi

[JAVA3D] QuadArray Not Working

2001-08-23 Thread Michael Franz
Hi, I have a sample program I put together to work with QuadArray. However, I can't get it to work. Is there any reason why? I have included the source. Mike P.S. I was able to find how I subscribed to this list and search the archive. __ Do