D3d_set_fog_mode - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Sets the currently used mode for fog eg, linear or one of two exponential methods.
Parameters
- mode integer value representing the fog mode to use
Return Values
This function has no return values.
Example Call
// Demonstrates setting the fog mode to exponential which works well on mobile devices.
d3d_set_fog_mode(rs_exp);
NOTOC