Re: [osg-users] Stats and shared VBOs?

2010-05-11 Thread Robert Osfield
Hi Glenn, On Thu, May 6, 2010 at 2:31 PM, Glenn Waldron gwald...@gmail.com wrote: 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

Re: [osg-users] Stats and shared VBOs?

2010-05-11 Thread Glenn Waldron
On Tue, May 11, 2010 at 7:35 AM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Glenn, On Thu, May 6, 2010 at 2:31 PM, Glenn Waldron gwald...@gmail.com wrote: I have a single vertex array (in a VBO) that is shared by multiple Geometry objects. The statistics are showing my Vertex count

[osg-users] Stats and shared VBOs?

2010-05-06 Thread Glenn Waldron
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