I am attempting to showcase a 3D model from BodyParts3D using Three.js. Specifically, here is an example of the 3D human stomach model (you can check the box and click Download). Despite my efforts, I have not been successful in doing so.
My initial attempt was to replace the '.obj' file in the three.js obj-loader example with the one from BodyParts3D. There are no error messages displayed, but the object does not appear on the screen. I have adjusted the camera settings, lighting, and object configurations, but to no avail. I have also tried various suggestions from this question without luck.
Considering my limited experience with 3D models, there might be a simple oversight on my part. Any advice or guidance would be greatly appreciated.
It is worth mentioning that I have successfully loaded the models with ArtOfIllusion, confirming that they are functional.