d3d_set_fog_start(start)
Jump to navigation
Jump to search
Description
Sets the currently used distance to the plane at which pixels begin to blend with the fog color.
Parameters
Parameter | Data Type | Description |
---|---|---|
start | double | value representing the fog start distance |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting the fog to begin blending at a distance of 50
d3d_set_fog_start(50);