I am trying to add to reproduce the exact sandbox in my web app as a separate component in order to compare performance between the sandbox and my current code.
However, when I try to do
Sandbox.Show({hostElement: document.getElementById(“host”)});
Babylon doesn’t know where to get the Sandbox from. I’m not sure where it is imported from. Does the Sandbox not come with the ‘babylonjs’ npm package? which package does it come in? Thanks!