WoW:API Model SetFogFar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
mNo edit summary
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
<center>'''SetFogNear''' ''-Documentation by DerGhulbus-''</center>


Sets the far clipping plane for fogging.
Sets the far clipping plane for fogging.
Line 17: Line 15:
:;nil
:;nil


----
==See also==
;''See also''
*[[API Model SetFogNear|Model:SetFogNear()]]
 
[[API Model SetFogNear|Model:SetFogNear()]]

Revision as of 18:43, 27 February 2008

Widget API ← Model < SetFogFar

Sets the far clipping plane for fogging.

myModel:SetFogNear(10);

Arguments
far: number this mostly depends on your camera setup. If you're what to insert here, start with a value 6 and slowly increase the number until you're pleased with the result.

Returns
nil

See also