I made a shape with texture in Blender and exported it. Then with json loader displayed it. Almost everything is fine, geometry good, texture you can see on shape, but no co
Your material in your JSON file does not look right:
You have
"mapNormal" : "texture3.jpg"
and it should be
"mapDiffuse" : "texture3.jpg"
three.js r.55