"Nir Putter" writes: > 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 ?
If you know that your vector is long enough, you can directly copy the values to it. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

