 |
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.0.8585.1045
Syntaxpublic bool OptimizeNearAndFarCameraPlanes { get; set; }
Property Value
Boolean
See Also