One of the properties available on the var material = NEW THREE.MeshLambertMaterial
is texture maps: {( map: new THREE.TextureLoader().load('wool.jpg') )}
We're very curious whether it would be possible to load in a texture this way and apply it to a specific object in the model?