WoW:CVar characterAmbient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>)
mNo edit summary
Line 5: Line 5:
<nowiki>/console characterAmbient [value]</nowiki>
<nowiki>/console characterAmbient [value]</nowiki>


;value :Floating-point value between 0 and 1.
;value :Floating-point value between 0.0 and 1.0
:Allows no value to be set and disables all Ambient Lighting on M2 Models.
 
 
 
;Notes :Even with characterAmbient set to 0.0 it is considered to be on, and needs to be entered as <code>/console characterAmbient</code> to disable Ambient lighting
 
Default:
SET characterAmbient "0.0"


== References ==
== References ==
<references/>
<references/>

Revision as of 16:14, 5 August 2008

API types

Sets the ambient value for character models in the Phong lighting model.[1]

/console characterAmbient [value]

value
Floating-point value between 0.0 and 1.0
Allows no value to be set and disables all Ambient Lighting on M2 Models.


Notes
Even with characterAmbient set to 0.0 it is considered to be on, and needs to be entered as /console characterAmbient to disable Ambient lighting

Default:

SET characterAmbient "0.0"

References