I attempted to create a basic blender model, export it to .obj/.mtl, and then render it with three.js. However, I am experiencing an issue. I have downloaded and uploaded the official three.js demo, and the objmtl-loader is functioning properly with the original models.
Yet, when I create a new file in blender, import the original obj-model from the demo, add a simple cone, and export it again to obj, my cone does not appear on the demo page. I have compared every parameter between the cone and imported model, but found no differences.
Check out my demo page here.
Feel free to view my blender file here.
What steps do I need to take to generate a renderable obj model export from blender? I have tried various file formats, but for my specific needs, Wavefront (obj) appears to be the most suitable option.