textures loaded from external sites are not supported and they should: it is a very common pattern to put assets in a CDN like google storage (or s3 once they add support for CORS).
the asset loader should also detect if the path is absolute or relative, if it's relative, it should use the basePath (defaults to "") otherwise just the path, but add the CORS headers (origin) to the ajax request
textures loaded from external sites are not supported and they should: it is a very common pattern to put assets in a CDN like google storage (or s3 once they add support for CORS).
the asset loader should also detect if the path is absolute or relative, if it's relative, it should use the basePath (defaults to "") otherwise just the path, but add the CORS headers (origin) to the ajax request