I'm close to having this work how I'd like it to but having an issue with the "separator" between the ticker lines.
Here you see a background to go behind the text, a mask on the left and right sides, an extra material on top of those masks for the left and right sides of the ticker. In the top/rendered image, you see an X on the far left, that is in the second of four scenes in the scenegroup (1 and 3 are text for the crawl, 2 and 4 are separators). In that separator scene, there's text "XX" and a red quad (that'll later be an image but using that as a placeholder). I put the XX in there to test and make sure it shows up, and it does. The red quad does not. Somehow there's something wrong with the depths of everything. If you look on the far left side of the ticker in the rendered image, you can see that red quad showing up where there's a very small gap between the masks, background, and edges.
The BG is at Z = -0.001
The text is at Z = 0
The separator quad is at Z = 0.001
The masks are at Z = 0.003
The edges for the left and right side of the ticker BG are at Z = 0.004
The separator won't show at 0.005, but does show at 0.006. And I see this behavior in the scene with it not overlapping the text until 0.006, so maybe I'm just missing a setting somewhere? Any ideas?
The separator should look like this. You see how it ends up rendering on the far left of the crawl in the image at the top.
Unrelated, what would be the simplest way to have the crawl go through each line of a text file via Datalinq and loop from there? Do I need to build a scene for each possible line?
#XPression