WoW:CVar componentTextureLevel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created page with "The new Cvar replacing playerTextureLevels, which affects mip level of textures used for player gear such as armor. A value of 1 causes lower resolution textures to be use...")
 
No edit summary
Line 1: Line 1:
{{stub/API}}
{{Cvar}}
The new Cvar replacing [[playerTextureLevels]], which affects mip level of textures used for player gear such as armor. A value of 1 causes lower resolution textures to be used and a value of 0 causes higher resolution textures to be used. Only newer textures seem to be affected, presumably because the older textures are lower resolution to begin with.
The new Cvar replacing [[playerTextureLevels]], which affects mip level of textures used for player gear such as armor. A value of 1 causes lower resolution textures to be used and a value of 0 causes higher resolution textures to be used. Only newer textures seem to be affected, presumably because the older textures are lower resolution to begin with.

Revision as of 18:26, 30 December 2015

Console variables < componentTextureLevel

The new Cvar replacing playerTextureLevels, which affects mip level of textures used for player gear such as armor. A value of 1 causes lower resolution textures to be used and a value of 0 causes higher resolution textures to be used. Only newer textures seem to be affected, presumably because the older textures are lower resolution to begin with.