Is this way of animation commenly used for making animated textures?

I was just wondering how people make animated textures aside for, lets say billboards in a scene or game.
This seems the way to go i guess.
I don't exactly know how to make animations on flat planes, aside from changing UV-coordinates in the Mapping node in the shader editor. And then adding keyframes to it.

https://vimeo.com/474124111

Can you also animate a transition from Ortographic mode to Perspective?

You've mentioned the usage of PNG and videoformat as outputs. When is what output prefereable?

  • Wayne Dixon replied

    Hi GroundBird,

    I don't know much about textures (animated or not) but you can check out this live stream where Kent Trammell sets up an animated Fire Texture.
    https://cgcookie.com/live_streams/animating-a-procedural-fire-texture

    However, it is possible to use an image sequence or video as a texture for an object.  That is quite common.

    In regards to animating from Ortho to perspective, I asked this question a while ago and someone much smarter than me said "Yes it is possible but it isn't very easy to do".  It has something to do with the different view matrices and then I just nodded and pretended I knew what was going on.


    PNG is a good format for an image sequence because it has transparency and the file sizes aren't too big.  If you need to save out different passes (for compositing) or you need lossless compression (super high quality) then EXR is a better option.

    You will need to render the project in a video format at the last step (final version), but generally while you are working on the project you will benefit from using images sequences.  This makes it much faster when you only need to change a few frames you only need to render the few frames that you changed rather than the entire thing.

    However, when you're animating and you just need to see how your project is progressing, you might benefit from rendering a viewport animation straight to a video format. (because it is super fast to render the viewport and you can also send that video to somebody if needed)


    Hope that helps.


  • CG GroundBirdie(groundbird) replied

    Hello Wayne,

    Thank you very much for your reply and the link for the livestream. I'll save it for future shader experiments.
    So it is possible! Really cool, but yeah so suprise there it being difficult.

    "You will need to render the project in a video format at the last step (final version), but generally while you are working on the project you will benefit from using images sequences. This makes it much faster when you only need to change a few frames you only need to render the few frames that you changed rather than the entire thing. "
    That's actually smart to do so. Saving (rebder)time and such. I was really hoping you would provide more indepth information about the questions. And you did, so thank you very much!