When I load my OBJ file with a JPG texture onto a page, the faces are visible from one side but invisible from the other.
The faces are visible on one side (albeit a little dark - apologies for that!)
However, on the other side, the faces are not visible at all.
I attempted to fix this by adding model.doubleSided = true;
, but it doesn't seem to have any effect.