Page 1 of 1

3D Modeling Images

Posted: Wed Feb 17, 2021 4:20 pm
by jrnorsys
Hi,

Is there any way to put a 3D Modeling Image when building the page?

Thanks

Re: 3D Modeling Images

Posted: Wed Feb 17, 2021 4:22 pm
by crispy68
What format is the 3D image in?

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 12:47 pm
by jrnorsys
crispy68 wrote: Wed Feb 17, 2021 4:22 pm What format is the 3D image in?
Thanks for responding. The 3D image need to be on OBJ or STL. And I need to interact with it.

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 1:19 pm
by jrnorsys
To clarify, is not a picture, what I need to insert is a 3d sketch.

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 1:37 pm
by Pablo
There is no standard way in HTML to add a 3D image to a web page.

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 1:40 pm
by zinc
jrnorsys wrote: Fri Feb 19, 2021 1:19 pm To clarify, is not a picture, what I need to insert is a 3d sketch.
Sorry to butt in guys but unless you can present it as one of the supported formats (such as MP4) by the browser, you won't be able to display as the formats that you have mentioned are not supported by browsers.

You could have it as animated GIF, however if you need to interact with it there would be no chance.

You many refer to your software vendor to seek help on exporting and displaying the files on a normal website.

Hope this helps.

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 1:46 pm
by jrnorsys
Pablo wrote: Fri Feb 19, 2021 1:37 pm There is no standard way in HTML to add a 3D image to a web page.
But is there any way to add a 3d model (obj or stl format) already exported by another software.

I saw something like inserting embeded 3D Models to a Website using the Web Builder.

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 1:54 pm
by crispy68
I would tell you to try the following:

1. Visit your 3D software site/forum and see if there are any instruction on how to incorporate those files into a webpage.
2. Google how to add those extensions to a webpage. My initial search had many things popping up but I dont know much about what you are using.
3. In my search, i found this: https://products.aspose.app/3d/conversion/stl-to-html A conversion tool to html.

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 5:14 pm
by zinc
crispy68 wrote: Fri Feb 19, 2021 1:54 pm I would tell you to try the following:

1. Visit your 3D software site/forum and see if there are any instruction on how to incorporate those files into a webpage.
2. Google how to add those extensions to a webpage. My initial search had many things popping up but I dont know much about what you are using.
3. In my search, i found this: https://products.aspose.app/3d/conversion/stl-to-html A conversion tool to html.
Nice one Ron!! :D

Re: 3D Modeling Images

Posted: Fri Feb 19, 2021 8:25 pm
by jrnorsys
crispy68 wrote: Fri Feb 19, 2021 1:54 pm I would tell you to try the following:

1. Visit your 3D software site/forum and see if there are any instruction on how to incorporate those files into a webpage.
2. Google how to add those extensions to a webpage. My initial search had many things popping up but I dont know much about what you are using.
3. In my search, i found this: https://products.aspose.app/3d/conversion/stl-to-html A conversion tool to html.
Thank you crispy68, actually this could work for me. But there's another tool that I found on Google, involving a creation of an application with three.js.