blckeagls 12 Posted April 9, 2015 Hello! Is it possible to set an objects texture from a URL(website image) image? I wanted to see if it was possible for people to upload their own textures to billboards and flags. If anyone knows a way that would be awesome! Thanks, blckeagls ---------- Post added at 05:29 ---------- Previous post was at 05:26 ---------- Would this work? obj setObjectTextureGlobal [0,"http://example.com/image.jpg"] Share this post Link to post Share on other sites
jshock 513 Posted April 9, 2015 Hmm, never heard of it being possible, and in my mind I would think it to be a security risk. Share this post Link to post Share on other sites
dreadedentity 278 Posted April 9, 2015 Of course it is possible, but it would be much more work than it's worth to do. Check out callExtension. But I think hosting an ftp server is something that not many people know how to do, and writing an extension would be extremely difficult for non-programmers. Share this post Link to post Share on other sites
jshock 513 Posted April 9, 2015 Of course it is possible, but it would be much more work than it's worth to do. Check out callExtension.But I think hosting an ftp server is something that not many people know how to do, and writing an extension would be extremely difficult for non-programmers. Ahh, always forget about extentions :). Share this post Link to post Share on other sites