Hi,
I’ve got an issue and I don’t know how to figure out it.
I 've got a configurator that loads a canvas with a gltf model.
The application is in Nuxt and the the navigation is ajax based.
I’ve seen during the navigation it stores a lot of webgl contexts (see image).
If I reload the page and I disable the ajax navigation the context is always one
and I’ve not any problems.
How can I remove context programmatically, can you share any documentation ?