WoW:API Model SetFogNear

Revision as of 19:00, 18 November 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()


Template:WoW API