Can I use just one texture?
I have to create an animation where you're looking at a solid surface, and parts of that surface slide out (like a series of desk drawers being pulled open). It's a sawn log viewed from the end, and I have to animate boards sliding out of the log. The problem is before the pieces start coming out, their shaders together need to create a cohesive pattern (the growth rings of the tree) and each individual piece has to maintain its part of that pattern after it has been pulled out of the log.
Is there a way to accomplish this using one texture and projecting it onto the end of the log, or am I going to have to create several separate textures for each piece and match them up perfectly?