Thread: DiscoKugel 2
View Single Post
02-14-13, 11:48 AM   #6
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Sure.

This is the current state with alpha fading in oUF_Diablo


Since I did not know about cropping of frames, to actually see the filling texture (that depletes on value change) I had to reduce the animation opacity on value change aswell. Otherwise you will always see the animation and not recognize that you are about to die or the like.

This is the new orb with the new technique:


No more alpha blending needed since I can crop an animation while keeping 100% opacity.

Additionally as another plus I can crop animated textures on the same run. Thus I can combine galaxy animations and animation models.
Another plus is that I can now add a spark texture (which I did) without it being ontop of the animation (that only fades out/in) and looking awkward.

Of course the background and overlay textures are just that. Textures. You can replace them with any other texture giving the orb a completly different look which is what I did with the Torchlight1 look-alike.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 02-14-13 at 11:54 AM.
  Reply With Quote