I imported a collada model (.dae) into Three.js and encountered an issue with the object's material. Ideally, the material should appear as follows:
However, it currently looks like this:
The color is not an issue; I can modify the lighting within the THREE.Scene. The problem seems to be that the image texture applied to the material is not repeating properly.