Re: [JAVA3D] Trouble with Triangle Fan Array

2001-06-14 Thread Artur Biesiadowski
> GShankar wrote: > > Hi, > > When I generate a GeometryInfo object using Triangle Fan Array for > plotting a circle I do get a circle with all the fans too!!! As name suggest, TriangleFanArray is for drawing triangles. You should use LineStripArray for just a circle. Artur

[JAVA3D] Trouble with Triangle Fan Array

2001-06-14 Thread GShankar
Title: Trouble with Triangle Fan Array Hi, When I generate a GeometryInfo object using Triangle Fan Array for plotting a circle I do get a circle with all the fans too!!! How do I avoid getting those fans..(Lines from the center of the circle to all along the circumference of the circle.