Animating World Aligned Texture

Is it possible to pan a World Aligned Texture?
I’ve tried connecting panner, and it errors out.

Hey -

You cannot directly connect a panner into the World Aligned Texture Material Function, it is not setup to take any panner information. However, you can open the Material Function and will just a few added Panner nodes in the right place you can setup panning information.

Here is the basic rundown of the Material using the World Aligned Texture Material Function as a Base. (Keep in mind that you will always have one side (one edge of the cube that will not meet as expected):

Thank You

Eric Ketchum

5 Likes

Oh sweet, I didn’t know you can edit Material Function. This sorted my rotation problem with WorldAlignedTexture. THANKS!