I’m trying to create an LED light ticker simulation. My goal is to be able to make text track around a curve so I can create a fancy LED ticker that wraps around the corner of a building.
I can think of two ways to do it. One would be to some how animate a texture on the face where the ticker should be and try to move the texture across it during a certain amount of time. (I don’t know if it would work across multiple faces.
The 2nd way, could be faster, which is create some text, and be able to make it follow a curve as it moves, as if it were like a train moving along railroad tracks, but always facing the same direction.
Can anyone recommend a method of how to do either. I’d really love to know how to make text follow a path.
thanks so much.