Click or drag to resize
AB4D logo

LineMaterialRenderAntialiased3DLines Property

When RenderAntialiased3DLines is not null, then this overrides the RenderAntialiased3DLines setting in DXScene object. This setting can be used only when UseGeometryShaderFor3DLines is set to false.

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

Property Value

NullableBoolean

Implements

ILineRenderingTechniqueRenderAntialiased3DLines
See Also