D3d_set_fog_start - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Sets the currently used distance to the plane at which pixels begin to blend with the fog color.

Parameters

  • start, double value representing the fog start distance

Return Values

This function has no return values.

Example Call

// Demonstrates setting the fog to begin blending at a distance of 50.
d3d_set_fog_start(50);

NOTOC