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