Hi Nir, All the osg::Array subclasses use std::vector<> so you have all the usual std::vector<> methods for allocating space - resize and reserve, and assigning vectors.
Robert. On Sun, Jul 11, 2010 at 12:25 PM, Nir Putter <[email protected]> wrote: > Hi All, > > I'm working on a sw that needs to fill up some 300k of vertices into an osg > model, and it needs to do it AFAP. > Currently I'm using push_back - which should have been named 'drawback'. > What can I do ? > > :? > > Thank you! > > Cheers, > Nir > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=29899#29899 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

