Combining 3mx files for web viewing

Hello, I have combined two web-ready 3mx files (by editing the .3mx folder and transferring the Data folders into one directory), and have uploaded them onto the server. Is it possible to display them together through the web viewer? Currently only one of them is displayed in the web viewer (although on my computer the Acute 3d viewer correctly displays both). I assume that the index.html file in the App folder needs to be edited. Does anybody know how this is done? 

Parents
  • Yes can be done .. it is done via the 3MX file. The config.json file in the app folder points to a single 3MX probably in your scene folder .. the single 3MX file is json again .. it has an array of meshes .. each mesh in the array points to the relevant data folders.

    It is odd that the 3MX works on your local computer and not the web .. I would have expected it not to work in either place. Try editing your web hosted 3MX back to a single mesh .. see if it works .. then swap the meshes .. see if that mesh works .. then re-combine - making sure you get that damn comma in between .. test again.

    Only guessing - but suspect it is a relative path thing perhaps with where the data is ..

Reply
  • Yes can be done .. it is done via the 3MX file. The config.json file in the app folder points to a single 3MX probably in your scene folder .. the single 3MX file is json again .. it has an array of meshes .. each mesh in the array points to the relevant data folders.

    It is odd that the 3MX works on your local computer and not the web .. I would have expected it not to work in either place. Try editing your web hosted 3MX back to a single mesh .. see if it works .. then swap the meshes .. see if that mesh works .. then re-combine - making sure you get that damn comma in between .. test again.

    Only guessing - but suspect it is a relative path thing perhaps with where the data is ..

Children
No Data