Closed theacodes closed 12 years ago
I'd suggest a refresh() or update() (like BatchGeometry?) that syncs up. Mainly because lock would be unrelated, as a word, and because its overloaded as a function for its name?
Good idea, I think we can keep the behavior of lock() calling update() if the geometry is already locked.
b4311dc7d9 adds tentative support. Gotta add the ability to pull the data back from the gfx card and some more extensive testing.
fdde3c2 finishes support for this feature.
Give geometries the ability to be VBO backed.
BatchRenderer will have to be changed to accomodate rendering VBOd geometries.