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…
Can’t figure out how to get them to MOVE…
Files : https://we.tl/t-j5msIgxm1C
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…
Any help is REALLY appreciated!