WoW:API Model SetFogColor

From AddOn Studio
Revision as of 19:20, 18 November 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SetFogColor -Documentation by DerGhulbus-

Sets the color used for the fogging in the ModelFrame

myModel:SetFogColor(r, g, b);

Arguments
r,g,b: number values between 0.0 and 1.0 for each red, green and blue.

Returns
nil

Description

Immediately after calling SetFogColor() your lighting will probably be messed up. You can fix this by adjusting the clipping planes, calling SetFogNear() and SetFogFar()

Do not use SetFogColor if you want to change the color that your mesh is rendered in! Instead use SetLight() for those purposes.


Template:WoW API