e_mconvert_texture convert file to JSON formatted array
Details
Due to browser
"same origin policy" security restrictions, loading textures
from a file system in three.js may lead to a security exception,
see
https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally.
References to file locations work in Shiny apps, but not in stand-alone
examples. The *texture functions facilitates transfer of image
texture data from R into textures when convert is set to TRUE.