I'm trying to display a 3D model from BodyParts3D using Three.js. For example, this 3D model of the human stomach (check the box and click Download). But try as I might, I have been unable to do it.
I first tried the 'naive' approach of substituting the '.obj' file for the one in the three.js obj-loader example. There are no error messages. The object just doesn't display anywhere. I played around with the configuration of the camera, the lighting and the object. No luck. None of the tips from this question have helped me either.
I am quite inexperienced with 3D, so I'm probably missing something simple. I would greatly appreciate some pointers.
I should point out that I am able to load the models with ArtOfIllusion, so they definitely 'work'.