 |
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: 5.2.8348.1045
Syntaxpublic bool OptimizeNearAndFarCameraPlanes { get; set; }
Property Value
Type:
Boolean
See Also