Click or drag to resize
AB4D logo

LineMaterialDepthBias Property

Gets a float that specifies a bias that is used when doing a depth test. A bias is a value that specifies how much the line is moved closer to the camera. The value is specified in world coordinates. When camera is farther away from the object, then a bigger DepthBias is needed.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float DepthBias { get; set; }

Property Value

Single

Implements

ILineMaterialDepthBias
See Also