Alex 发表于 2014-4-20 17:44
I know that I have to use tcas_keyframe
but there is only one offsetX, offsetY!
because of that I pu ...
the point lies in the PIX structure
PIX = ((x, y), (width, height), (r, g, b, a, r, g, b, a, ....))
so pix_start can be ((x_src, y_src), (width, height), (r, g, b, a, r, g, b, a, ....))
pix_end can be ((x_dest, y_dest), (width, height), (r, g, b, a, r, g, b, a, ....)) |