Scrapping the NSMutableArray approach, they come with too much overhead anyways. All of my vertexdata is currently being stored in std::vector arrays, if I can tell OGLES to only render specific portions of each vector array Ill be able to render multiple objects from a single vector eliminating the need for the NSMAs altogether. Back to the drawing boards to see if this can work.
No comments:
Post a Comment