View Single Post
10-29-16, 02:19 AM   #9
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Originally Posted by Tonyleila View Post
Nah you can't the resolution is set you can't just replace a texture with a high res one.
The resolution of the image assets only controls the detail of the texture, not the physical size of it. Since we're talking about the detail, I'll focus on that specifically and say it is indeed possible for most textures. I'm not sure if inline textures in text would behave properly, but normal textures load their images using coordinates defined as a percentage of the image dimensions. This means if a higher resolution image is loaded into a texture, it should scale properly with higher detail if possible. Keep in mind, the game will not load images larger than 1024x1024.
__________________
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)
  Reply With Quote