smoother_credit_rolls

Moderators: Disciple, zlovatt

Post Reply
-stev=o
Posts: 2
Joined: August 5th, 2004, 8:40 am

this expression (i didn't write it, but have used it on multiple occasions)
can help to reduce the apparent interlacing flicker on such things as end credit rolls (white text over black background).

[Math.round(position[0]),Math.round(position[1])]

when applied to the position property, it ensures movement on whole pixel increments (no decimals). in combination with other methods, you can have a pretty sexy looking credit scroll at the end of the day.

-stev=o
Post Reply