Click or drag to resize
AB4D logo

DXSceneMaxFarPlaneDistance Property

When MaxFarPlaneDistance is set to any positive value and OptimizeNearAndFarCameraPlanes is true, the calculated far plane distance is never bigger then the specified value. This value must be bigger then MinNearPlaneDistance or its value is not used. Default value is NaN.

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

Property Value

Single
Remarks

When MaxFarPlaneDistance is set to any positive value and OptimizeNearAndFarCameraPlanes is true, the calculated far plane distance is never bigger then the specified value.

This value must be bigger then MinNearPlaneDistance or its value is not used.

This value defines how far from the camera the objects are still rendered - positions that are farther away from the camera then the MaxFarPlaneDistance are not rendered.

Default value is NaN.

See Also