Windows 7 (64bit), SketchUp Make 13.0.4812.
Goal: convert SketchUp .skp model to .obj
and load to WebGL using three.js.
Problem: sketchup exports model to .obj
with external textures, and these textures are not loaded by three.js.
Question: is it possible to save SketchUp model as one .obj
file with textures?
No, .obj is a simple text format. You can't store textures in .obj. Here is an example on how to load the texture from a separate .jpg file.
I copied the important bits: