Issues with the javascript generated when converting to GLTF -> HTML

       return new Html5SaveOptions()
            {
                LookAt = new Vector3(10, 10, 10),
                CameraPosition = new Vector3(10, 10, 10)
  }

With these save options, it seems they are not written to the js.

image.png (31.0 KB)

Also is it possible to make it so the HTML works to run locally? If I have both generated files on my desktop and open then HTML file won’t load to usdz.

@nielsbosma

Can you please share your sample source and output files in .zip format with us? We will further proceed to assist you accordingly.

@nielsbosma
Apologies for the inconvenience. The issue you mentioned has been resolved in version 23.11. Additionally, we are prepared to provide you with a hot-fix once we’ve resolved your other issues.

Regarding the loading of external resources, our renderer utilizes the fetch API. It’s important to note that major browsers impose security limits on accessing local files. If you have any further questions or if there’s anything specific you’d like to know, feel free to ask.