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.
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!
But if it is the case that it cannot be imported, would the main code I would want to port over for my testing of reproducing the sandbox in my code to compare performances be the code here:
but that’s local to the github repo, so if I wanted to import in my web app with npm packages installed, would the path be …/babylonj/dist/babylon.sandbox.js ?
Sorry, just want to make sure I’d be able to grab it.
The file would be in sandbox/public/dist/babylon.sandbox.js after a build but it is heavily linked to the current html/css layout of the index.html of the public folder.