WoW:CVar worldBaseMip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(updated description of WorldBaseMip and also linked to terrainMipLevel)
 
m (Move page script moved page CVar worldBaseMip to CVar worldBaseMip without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An integer from 0-2 which controls the size of terrain textures by specifying the mip level. Higher mip levels correspond to lower resolution textures. Terrain blending quality is controlled separately by [[terrainMipLevel]]
{{Cvar}}
Controls the size of terrain textures by specifying a mip-map level, from 0 to 2. Terrain blending quality is controlled separately by [[CVar terrainMipLevel]].
 
SET worldBaseMip "1"
 
== Possible settings ==
An integer as a string, from 0 to 2. Higher mip levels correspond to lower resolution textures.
 
* 0 - highest resolution
* 1 - medium resolution
* 2 - low resolution

Latest revision as of 04:48, 15 August 2023

Console variables < worldBaseMip

Controls the size of terrain textures by specifying a mip-map level, from 0 to 2. Terrain blending quality is controlled separately by CVar terrainMipLevel.

SET worldBaseMip "1"

Possible settings[edit]

An integer as a string, from 0 to 2. Higher mip levels correspond to lower resolution textures.

  • 0 - highest resolution
  • 1 - medium resolution
  • 2 - low resolution