I’m curious how one would use the packed vertex arrays method described on the documentation site. I see your example with the 640K waves which looks great, but I’m wondering how that was done in terms of the containers that were used. I have similar sized container and a simple way of having sections to it, but I don’t understand how I could pack all the vertices into a container and only update the only the sections in questions vertices. Any chance I could see the wave examples code?