I would like to be able to export an obj file just like in this example http://threejs.org/examples/#webgl_exporter_obj
However, i would like to export the .obj file with corresponding textures in the .mtl texture file (i have seen obj files with "usemtl someTextureNameFromMTL")
I have seen this question but the exporter seems to be exporting only mesh. I have also found this question but that discusses importer only.
The thing i wanted to implement is to make a 3d printable editor that would also export textures/colors, as there already is a .stl mesh exporter for 3d printing. however, i have found no mesh+color/texture exporter for three js :(
-clamp on
to turn off repetition mode but it didn't work. – Asclepiadean