Hi folks,

I have a single vertex array (in a VBO) that is shared by multiple Geometry
objects. The statistics are showing my Vertex count to be (vbo size)*(# of
geometries). Is this the expected behavior? I was expecting the vertex count
to be either a) the size of the single VBO, or b) the number of verts
actually "traversed" by primitives. Thanks.

Glenn Waldron : Pelican Mapping : +1.703.652.4791
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to