From: Marcin Romaszewicz (marcin++at++asmodean.engr.sgi.com)
Date: 06/22/2000 13:31:04
No, there isn't a way to pass a larger list of index values to a geoset,
so you must change your geoset usage to keep the index list under 2^16.
One option is not to use indexes and pass an ordered list of coordinates
into the geoset, since those don't suffer any size limitation. If you
absolutely must use index lists, then you have to split your geosets into
smaller ones.
-- Marcin
On Thu, 22 Jun 2000, David E. Guzman wrote:
> I need to use performer with large datasets (indices well above
> 100000). However, pfGeoSet's setAttr() method only accepts arrays of
> unsigned shorts for the index list. Is there a way around this?
> -----------------------------------------------------------------------
> List Archives, FAQ, FTP: http://www.sgi.com/software/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>
This archive was generated by hypermail 2b29 : Thu Jun 22 2000 - 13:31:10 PDT