WoW:API Model SetFogNear: 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 SetFogFar|Model:SetFogFar()]]
[[API Model SetFogFar|Model:SetFogFar()]]
----
{{Template:WoW API}}

Revision as of 12:17, 10 June 2006

Widget API ← Model < SetFogNear

SetFogNear -Documentation by DerGhulbus-

Sets the near clipping plane for fogging.

myModel:SetFogNear(0);

Arguments
near: number if you don't know what to insert here, you'll probably go best with 0 ;)

Returns
nil

See also

Model:SetFogFar()