Page 1 of 1

Image from URL

Posted: 11 Aug 2015, 14:32
by mixondigital
Hi everyone. I'm trying to pull in an image from an XML feed, but having a difficult time using the URL node to do this. The XML feed comes in via HTTP, and is constantly updated. Any suggestions?

Re: Image from URL

Posted: 12 Aug 2015, 06:03
by lerou
Hi,

fetch the xml, select the image url and use it in a texture loader. You can select nodes/attributes from the xml using Ventuz xml nodes or you write a little script.

The example shows both - in a very! basic way.

Best,
rou