Thread: My Next Addon
View Single Post
05-08-15, 03:45 PM   #21
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by semlar View Post
It's actually not as resource intensive as you might think to draw the same texture even hundreds of times on the screen once it's been loaded into memory, it has a fairly minor impact on performance.
Actually, I was thinking of each texcoord calculation step. Actual drawing would be much faster since that's all handled on C side.

I had to tear down one of my private addons because I was doing literally hundreds of vector calculations and in raid, it bogged my computer down a lot even with that as the only code running. I have a new version of my vector library built for a new iteration of the addon, but it's far from completed to the point where I can stress test it.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 05-08-15 at 03:49 PM.
  Reply With Quote