Skip to content

D3d_set_fog_start

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

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

Clone this wiki locally