I need to showcase several 3D objects on my web app within different containers. Currently, I'm creating multiple three.js renderers, each for a separate container. However, I encountered an error message: "WARNING: Too many active WebGL contexts. Oldest context will be lost" after setting up around 10 renderers. Here's an example of what I mean:
Can anyone advise me on how to incorporate multiple three.js containers on a single webpage? Is it feasible to use a single renderer with multiple scenes and display each scene in a different container using a separate renderer.domElement?
Your assistance is greatly appreciated!