Deprecated: Function split() is deprecated in /home/wiki/public_html/inc/common.php on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/wiki/public_html/inc/common.php:533) in /home/wiki/public_html/inc/actions.php on line 71
tv3d65_doc:const_tv_fog [TV3DWiki]
 
Table of Contents

Wiki > TV3D65 Index

TYPE

-Sets how the objects on the screen are affected by the fog based on their distance from camera.

MEMBERS

NAMEVALUEDESCRIPTION
TV_FOG_LINEAR 3 Object at start distance is fully visible, object at end distance is fully fogged. Inbetween them, the amount of fog on the object is increased in a linear fashion from start to end range. The Start and End range are set using TVAtmosphere.Fog_SetParameters, and the Density parameter isn’t used
TV_FOG_EXP 1 Here instead of asking the boundary of fog, we specify the density (in TVAtmosphere.Fog_SetParameters). The mist will increase exponentially with increasing distance from the camera.
TV_FOG_EXP2 2 Same like EXP only the fog increases twice as fast, resulting in a more abrupt fog appearance on far objects. Also uses only the Density parameter in Fog_SetParameters

TIPS

  • None.
 
tv3d65_doc/const_tv_fog.txt · Last modified: 2010/04/07 09:00 by 109.106.235.130