javascript - Why can't I get this 3D model (.obj) to display on screen? -
i'm trying display 3d model bodyparts3d using three.js. example, this 3d model of human stomach (check box , click download). try might, have been unable it.
i first tried 'naive' approach of substituting '.obj' file 1 in three.js obj-loader example. there no error messages. object doesn't display anywhere. played around configuration of camera, lighting , object. no luck. none of tips this question have helped me either.
i quite inexperienced 3d, i'm missing simple. appreciate pointers.
i should point out able load models artofillusion, 'work'.
i not sure if downloaded same object did objects in stomach zip not centered around (0,0,0). in fact center of object @ (38.2862, -137.925, 1098.39). before rendering object need transform close 0 or move camera there.
Comments
Post a Comment