Is it possible to specify different rendereing properties for the
different polygons of a GeometryInfo?
Say I have two polygons
GeometryInfo gi = new GeometryInfo(POLYGON_ARRAY);
......
int[] stripCounts = {5, 3, 6,4};
int[] contourCounts = {2,2};
and I want to render the front face of the first one and the back face
of the second.
Any one knows how to do that?
Ros
