Hi, > This is the main reason I converted it over to non-indexed. The code > was just so complex that it seemed like it would be difficult to extend > and to add support for adding new text to existing geom. I was also a > little concerned about the maintenance issues of having to modify code > that complex (in other words, I was scared that I would introduce bugs > that I didn't understand). > > If you think multi-index is really that important, I can revisit the > code and try to create a new version that brings back multi-indexing.
What about TriangleStrips? Does the Font lib generate optimized primitives? > > > >> - Added color data to the geometry to allow for colored text > > > > > > Ok. Adds some overhead to the geometry when you do not need the color. Which is the most time. It's a lot overhead on memory (it's one color per vertex) + rendering. We should make this optional. Maybe by passing a color pointer which has a Null default value. regards, johannes ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
