WoW:API Model SetFogFar

From AddOn Studio
Revision as of 19:03, 18 November 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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()


Template:WoW API