I tried to create a simple blender model, export it to .obj/.mtl and render it with three.js. But something doesn't work. I downloaded (and uploaded) the complete official three.js-demo. The objmtl-loader works fine. With the original models.
But if I create a new file in blender, import the original obj-model (from the demo), then add a simple cone and export it again to obj, on my demo-page everything will be shown except my cone.
I compared every simple param (cone <-> imported model) - no difference.
What do I have to do to get a render-able obj-model-export from blender?
(I tried multiple file formats, but for my usecase Wavefront (obj) is the best)