d3d_set_fog_hint(mode)
Revision as of 15:13, 29 June 2013 by RobertBColton (talk | contribs)
Description
Sets which fog mode is preferred under circumstances the hardware does not support, eg. nicest, fastest, or either or.
Parameters
Parameter | Data Type | Description |
---|---|---|
mode | integer | fog mode constant |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the fog mode to prefer the use of the fastest mode
d3d_set_fog_hint(rs_fastest);