Click or drag to resize
AB4D logo

DXSceneOptimizeNearAndFarCameraPlanes Property

Gets or sets a boolean that specify if NearPlaneDistance and FarPlaneDistance are automatically set by scene bounds (true by default). This can prevent z-fighting problems. If you want that that NearPlaneDistance and FarPlaneDistance are set manually, this property must be set to false.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public bool OptimizeNearAndFarCameraPlanes { get; set; }

Property Value

Boolean
See Also