Adding vertices to the HardwareVertexBufferSharedPtr

durium

02-03-2013 11:28:09

Hello world !

I'm currently using HardwareVertexBufferSharedPtr class to read data from mesh. However I now wish to add vertex to this mesh.
My guess would be to use it's method writeData() but I can't seem to find a way to use...

How am I supposed to add data ? At the end, or the begining ?
Thanks !