I'm looking to recycle a scene by rendering it in two divs with distinct camera angles for each one.
This resource mentions that a scene cannot be shared across multiple renderers, and recommends using multiple viewports with a single renderer instead. How can I attach multiple cameras to a renderer and then identify the respective DOM element where each is shown?
Appreciate any insights on this!