After spending a few days searching, I've decided to reach out here for help with displaying 3D images (CAD images) on a website using only javascript.
I am specifically looking to display .stp or .igs formats and allow users to interact with them.
While researching, I have come across a few frameworks:
https://github.com/tbuser/thingiview.js
https://github.com/humu2009/jsc3d
However, they either are outdated or do not support the formats I mentioned earlier.
Has anyone encountered a similar issue and can offer advice on how to proceed?
Another idea I had was to extract jpg images from the aforementioned formats and use a 360 image view plugin like:
(to name a couple)
Pros:
- Faster loading times
- Easier implementation
Cons:
- Need to convert to jpg
- More challenging to implement
- Outdated frameworks (except Three.js)
Note: I do not require any advanced interactions with the image such as going inside it, making it transparent, or exploding it. I simply need to display it as a 360 picture.
If you have a solution for this scenario, please share your thoughts.
Any feedback would be greatly appreciated. Thank you in advance,
André