When I use a Collada model with .jpg texture, three.js seems to overlay a wireframe mesh over the texture. My question - is there a way to remove the wireframes?
an example is here; http://movealpha.com/dae/test1.html
and this is the same example with the Collada texture removed to show the underlying wireframe; http://movealpha.com/dae/test2.html
Is this an issue or is there a simple way to remove the wireframe overlay?
ps. Thanks mrDoob for a truly AWESOME javascript library - we are collectively not worthy!