Aegisub/OverLua/docs/test3.lua
Niels Martin Hansen 0211960d8e Another project for the Aegisub repository...
Originally committed to SVN as r1475.
2007-08-11 19:59:48 +00:00

6 lines
164 B
Lua

function render_frame(f, t)
local surf = f.create_cairo_surface()
raster.gaussian_blur(surf, t)--1+(1-math.cos(t*10))*2)
f.overlay_cairo_surface(surf, 0, 0)
end