Hello,
As you know, xStudio creates Turntable images with the 360 Sequence feature. If you want to share the images in the community, it automatically merges them. But if you want to export it, it just gives you the image data without merging.
To solve this problem, @OW and his team created code that runs on HTML using Chatgbt. I've seen similar logic before in SOLIDWORKS Visualize 2024 to export interactive images as html. Even before that feature came out, I had the experience of doing this on a blog published by SolidSolution. I tried many examples by trying the code published by Oboe.
After understanding the logic of the code based on previous experiences, I decided to create a new code using Chatgbt 4o. With this code, I was able to adjust the speed at which the images change and I was able to zoom in to a certain extent. I can say that I tried 100s of times to get a good and error-free result.
Of course this was not enough for me. Until this update comes to xStudio or similar programs, I created a program for those who want to combine these images. By adding the folder with the images to the program, I can automatically determine the number of images and automatically change the image file path. In this way, the user has the html, css and js files directly without getting lost in them. The only thing left is to embed these files on your site. You can use github for this.
This week, I will write a blog on the topic and we will share this tool with everyone for free for your convenience.
You can try the examples that I have uploaded to Github and opened to everyone from the links below. You can get a better experience after waiting a bit for the page to load (loading in the background, related to github) for the image movements to be more fluid.
