RE: [Plib-devel] Q1: Shared vertex data
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-05-08 16:36:44
|
> Is there a way with SSG to share vertex data between the triangles, > triangle fans, triangle strips, etc that are defined using > ssgVtxTable? > Nope. Currently, SSG does not support vertex arrays. That would be a very useful class to add. Care to write it? |