WoW:CVar characterAmbient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{Stub/API}} Sets the ambient value for character models in the Phong lighting model [http://graphics.wikia.com/wiki/Phong_shading]. <nowiki>/console characterAmbient [value]</nowiki> ;...)
 
No edit summary
Line 1: Line 1:
{{Stub/API}}
{{Stub/API}}
 
{{wowapitype}}
Sets the ambient value for character models in the Phong lighting model [http://graphics.wikia.com/wiki/Phong_shading].
Sets the ambient value for character models in the Phong lighting model.<ref>[http://graphics.wikia.com/wiki/Phong_shading Phong shading at graphics.wiki.com]</ref>


<nowiki>/console characterAmbient [value]</nowiki>
<nowiki>/console characterAmbient [value]</nowiki>


;value :Floating-point value between 0 and 1.
;value :Floating-point value between 0 and 1.
== References ==
<references/>

Revision as of 00:10, 30 April 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 and 1.

References