change texture coordinates via animation

Status
Not open for further replies.
Is it possible to change uv texture coordinates (aka wrapping coordinates) via animations?
 

Attachments

  • tex.png
    tex.png
    70.8 KB · Views: 207
Yes. There is an entire function dedicated to Texture Animations supported for this purpose.
I don't have much experience with texture animations, but I think they just move, rotate or scale the entire UV map; they can't precisely change the wrapping coordinates of each vertex. The texture can be changed (animated texture ID in material layers), but the shape of the UV map will always stay the same.
 
Last edited:
Status
Not open for further replies.
Back
Top