Skip to content

D3d_set_fog_mode

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally