Jump to content

Scrolling texture


photo

Recommended Posts

Posted

Hi All,

 

I'm currently looking for an example of how to implement a scrolling texture (like water or a arrow like like in the example below).  Looked through the examples but couldn't find anything:

 

https://youtu.be/ngWNbRh8XUk

 

Can someone please point me in the right direction?  Any help would be appreciated.

 

Cheers,

Simon

Posted

Hi Simon,

 

You can use regular mesh (static / dynamic) + configure UV Transform settings in Material window (just check the Animation tab inside UV Transform) to simulate such effect:

 

uv_transform.png

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Right.  But I need  to be able to programmatically do this - this is easy enough to do through the API?

Posted

You can programmatically access material uv animation expression.

×
×
  • Create New...