makesites / three-obj

Compiler of 3D OBJ files to Three.js JSON as a node.js module
https://npmjs.org/package/three-obj
28 stars 9 forks source link

only partial convertion #3

Open jyy1082 opened 6 years ago

jyy1082 commented 6 years ago

I used this program to convert a obj and mtl file, but the result only show partial of the model in the threejs editor.

The obj and mtl file can be showed in 3D builder perfectly:

image

This is what problem looking :

image

Do I need to add more configuration?

image

Here is obj and mtl files: https://drive.google.com/open?id=1aJhX3NCJcxKxoDGKYEv5-IEf2qZcrrI7

tracend commented 6 years ago

Thank you for using the software and for submitting the bug report.

I don't have a solution for your problem but there is certainly a concern about the file size of your object.

jyy1082 commented 6 years ago

Thanks for your replay!