Click or drag to resize
AB4D logo

DXSceneRenderAntialiased3DLines Property

When false and UseGeometryShaderFor3DLines is also false, the 3D lines are rendered without antialiasing them. This greatly improves rendering performance. Default value is true.

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

Property Value

Boolean
See Also