WoW:API Model SetFogFar: Difference between revisions

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


Line 19: Line 21:


[[API Model SetFogNear|Model:SetFogNear()]]
[[API Model SetFogNear|Model:SetFogNear()]]
----
{{Template:WoW API}}

Revision as of 12:17, 10 June 2006

Widget API ← Model < SetFogFar

SetFogNear -Documentation by DerGhulbus-

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

Model:SetFogNear()