View Single Post
05-25-16, 06:57 PM   #76
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by syncrow View Post
Hey guys, I'm currently trying something new and wanna ask for a bit help with this:



Is this even possible with scroll frames / rotation due to the fact that I use SetTexCoord() to cycle through the animation sequence...
You'll have to apply your matrix transformation before calculating the rotated texture coordinates, that way you're rotating the transformed version of the image.

This requires knowing the matrix that was used to calculate your original texture coordinates, not the texture coordinates themselves.
  Reply With Quote