Hi guys, I am fairly new to BABYLON.js and I have a bug that I can’t seem to fix…
So, my site is a load plan renderer (for wood bundles on flatbed trailers), the way it works (currently) is, you input a json (the json is generated from an API I built) into the input on the top left and clic on genrate, wich should generate you a load plan with all the bundles into the trailer.
The problem i have is that it is multi-solution, meaning that there are multiple scenes, the first scene loads perfectly, but the next scnes seem to not link the boxes to the camera movement, meaning that when i move the camera, the boxes stay still…
As I said in the comment of my file share, you just need to extract the zip, host it (i recommend live server extension on VSCode) and copy/paste the json onto the site…
Hi @TFTF and welcome to the forum. In order to increase the likelihood of responses, it is better if you create a playground. Not many people will go as far as
You do not have to reproduce your full code just a simplified version showing your issue. One with two scenes and created boxes should be sufficient.
I tried putting a simpler version of my app on the playground, but I could not get it to work (jquery and stuff) so I went with the second approach and hosted it at : https://loadplan.netlify.app/
So, just go to the site, the in the input on the top left, paste the content from solutions.json (https://we.tl/t-j5msIgxm1C) and you will see a load plan appear, then just go the the solution #2 and you will see my problem.