RE: Vertex submission (was Re: [Plib-devel] Re: 3DNow! accelerati on)
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-04-03 23:39:15
|
Vertex arrays would be very helpful!!! i need vertex arrays for the loaders i'm working on if someone writes ssgVArrayTable, I can update the loaders OBJ and ASE always use vertex arrays. DXF polyface meshes use them too vertex arrays will make the scene graphs generated by these loaders more efficient to render. right now, i create 24 vertices for a cube when i should only create 8 (with vertex array support). --Dave McClurg |