-
texture on a null object
Hello,, newb here
so basically I’ve got all these tv screens of different sizes that are flying around and when they come together form a single picture. So each screen has a little piece of the picture on it.
Problem is I can’t find a way to put the movie texture on so that it movies around with the screens and all lines up in the end. Here’s what I’ve tried:
1.Grouping the screens into a null and putting a single texture on it using flat mapping. Problem: Texture doesn’t move with screens.
2.Grouping the screens into a null and putting a single texture on it using UVW mapping. Problem: full texture picture appears on each screen when I only want a segment.
3.Individually putting the texture on each screen using UVW and trying to match them up by eye. Problem:takes forever, no way to ensure proper placement.
Rough draft of what it should look like in the beginning:
https://i.imgur.com/kvC6h.pngand end:
https://i.imgur.com/0w9Xz.pngAny tips much appreciated,, thanks!