You guys have been excellent in telling me how some demo effects work.
So you know my next question ;0) How did this impressive scroller work at 50hz on a stock A1200 ? I can see the vertical lines of the text are just copied down from the font but how did he texture map the font in the first place ? I'm guessing theres some serious precalcing/predrawn stuff involved.
2. The rendered scroller is in 1 bitplane using scroll registers and moving 1 letter at a time.
The hardware scroll registers on aga have bether precition than on ecs. So you are able to scroll in a higher resolution. So the effect might look smoother on AGA than ECS chipset.
maybe not hardware scrolling. I rewatched the effect now. probobly a 3 bitplane generated txturemap anim with a 1 bpl realtime 3d font plotter.. Many ways to code this.