While trying to port some code from Java3D to Xith3D I found that setStripIndexCounts(…) on IndexedTriangleFanArray is gone. Is there a reason this method isn’t available? Is there anyway to change the index counts on an IndexedTriangleFanArray once created?
Thanks.