Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
({{widgetmethod}})
(missing words "not sure")
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{widgetmethod}}
 
{{widgetmethod}}
 
<center>'''SetFogNear''' ''-Documentation by DerGhulbus-''</center>
 
   
 
Sets the far clipping plane for fogging.
 
Sets the far clipping plane for fogging.
Line 10: Line 8:
 
;''Arguments''
 
;''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.
+
: far: '''number''' this mostly depends on your camera setup. If you're not sure what to insert here, start with a value 6 and slowly increase the number until you're pleased with the result.
   
 
----
 
----
Line 17: Line 15:
 
:;nil
 
:;nil
   
 
==See also==
----
 
 
*[[API Model SetFogNear|Model:SetFogNear()]]
;''See also''
 
 
[[API Model SetFogNear|Model:SetFogNear()]]
 

Revision as of 09:37, 30 April 2009

Sets the far clipping plane for fogging.

myModel:SetFogNear(10);

Arguments
far: number this mostly depends on your camera setup. If you're not sure 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