Fix Y-axis rotation

This commit is contained in:
Star Brilliant 2013-11-17 13:48:06 +08:00
parent fa0e3681bf
commit 160d173c19

View File

@ -275,7 +275,7 @@ def WriteCommentBilibiliPositioned(f, c, width, height, styleid):
from_alpha = 255-round(from_alpha*255)
to_alpha = 255-round(to_alpha*255)
rotate_z = -int(comment_args.get(5, 0))
rotate_y = int(comment_args.get(6, 0))
rotate_y = -int(comment_args.get(6, 0))
lifetime = float(comment_args.get(3, 4500))
duration = int(comment_args.get(9, lifetime*1000))
delay = int(comment_args.get(10, 0))