No materials after converting OBJ to JSON with obj2three.js

HI~!!
I refered Troubleshooting Loading JSON Model - #5 by calebcarithers , and modified my code:
scene.add(geometry); → scene.add(geometry.scene);
And the issue was resolved.
Now the gltf file can be displayed well.
Thanks for your help~~~!!:hugs::hugs:

1 Like