pixi-omber-gltf2-vector
pixi-omber-gltf2-vector copied to clipboard
Better handling of losing gl context
It looks like PIXI is able to recover from losing its GL context, so add support for that to the plugin.
I've moved the holding of all the GL state like VAOs into the VectorMeshRenderer. I think that's sufficient for handling the losing of the GL context, but I'm not 100% clear on the Pixi architecture, so I'm not sure.