D3d_set_fog_end - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Sets the currently used distance to the plane at which pixels stop blending with the fog color.

Parameters

  • end, double value representing the fog start distance

Return Values

This function has no return values.

Example Call

// Demonstrates setting the fog to stop blending at a distance of 100.
d3d_set_fog_end(100);

NOTOC