View Single Post
03-05-23, 05:54 PM   #2
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 322
Code:
/run SetCVar("graphicsComputeEffects", x)
with x in {0, ..., 4} works for me.

But your Graphics panel will not show another value until all cvars match.
The "Compute Effects" UI switch does not just control the cvar graphicsComputeEffects but others too like volumeFogLevel, particulatesEnabled or volumeFog. You can check this by tracking your Config.wtf file while you change settings.
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote