WoW:CVar terrainMipLevel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added description for terrainMipLevel)
 
m (Move page script moved page CVar terrainMipLevel to CVar terrainMipLevel without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Toggles the quality of terrain texture blending. 1: low quailty, 0: high quality
{{Cvar}}
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

Latest revision as of 04:48, 15 August 2023

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[edit]

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

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