RE: [Plib-devel] Vertex array code
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-05-15 17:32:15
|
Mark K Vallevand's ssgVtxArray class is in the latest PLIB cvs if anyone would like to use it or has time to test it. Thanks Mark! Mark wrote: > I've tested the main part of the code, and it works very nicely. I > haven't tested things like the highlight or save/load code. I have > doubts about the save/load code for any ssg object existing at > more that one point in the tree, anyway. > > The new class, ssgVtxArray is similar to ssgVtxTable, but it takes > an additional parameter to its constructor: an index array. The > index array is a new type, ssgIndexArray, which stores an > array of integers to use as vertex indices. The vertex, colour, > texture coord, and normal arrays used in the ssgVtxArray > constructor are global, shared arrays. The index array is the > list of indices to use for the object. > |