WoW:CVar terrainMipLevel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Stub/API}}
{{Cvar}}
{{Cvar}}
Toggles the quality of terrain texture blending. 1: low quailty, 0: high quality
Toggles the quality of terrain texture blending, from 0 to 1. Terrain mip-map quality is controlled separately by [[CVar worldBaseMip]].
 
SET terrainMipLevel "0"
 
== Possible settings ==
An integer as a string, from 0 to 1. Higher number corresponds to lower blend quality.
 
* 0 - high quality blend
* 1 - low quality blend

Revision as of 20:19, 30 December 2015

Console variables < terrainMipLevel

Toggles the quality of terrain texture blending, from 0 to 1. Terrain mip-map quality is controlled separately by CVar worldBaseMip.

SET terrainMipLevel "0"

Possible settings

An integer as a string, from 0 to 1. Higher number corresponds to lower blend quality.

  • 0 - high quality blend
  • 1 - low quality blend