WoW:CVar terrainMipLevel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page CVar terrainMipLevel to CVar terrainMipLevel without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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

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