pixi-omber-gltf2-vector icon indicating copy to clipboard operation
pixi-omber-gltf2-vector copied to clipboard

Better handling of losing gl context

Open my2iu opened this issue 6 years ago • 1 comments

It looks like PIXI is able to recover from losing its GL context, so add support for that to the plugin.

my2iu avatar May 09 '18 07:05 my2iu

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.

my2iu avatar May 16 '18 16:05 my2iu