Trying to load images from an API for use as a texture; running into Cross-origin image load denied by Cross-Origin Resource Sharing policy.
Does anyone have this working?
jsFiddle:
http://jsfiddle.net/calvintennant/AQA97/2/
Possibly related issue: https://github.com/mrdoob/three.js/issues/687
You’ll need to enable CORS support where the images are hosted. Google Cloud Storage and Amazon S3 both support this.