QuaziGNRLnose, when I am trying to build this app for Windows app store, the threejs exported json .js files give a syntax error while validation....I am not too sure but I think the threejs exported json files have .js extension...I think visualstudio doesnt like the json syntax in .js files..Do you know how this could be circumvented by any chance?
Edit : I was able to solve this using .obj files instead of .js exported files. Visualstudio doesnt like json files in .js extension...However with .obj files, the model diffusemap shows up segments / rings...I increased the number of segments/rings but the trade-off is that it increased the imported .obj file size as well! Anyway I was able to get it working for windows app store...phew finally!