Hey Guys, I was trying to display two scene on the same div element here is a snippet of what I mean
I created two scenes, two cameras, two renderers and two orbitcontrols in a useeffect and the issue I am having is I create two different meshes however only the mesh in the first scene is showing up and the other mesh displays for maybe a second or half a second and then nothing displays on the second scene but the mesh of the first scene stays without disappearing.
I would appreciate any solutions to this issue. Thank you