Click or drag to resize
AB4D logo

ILineRenderingTechnique Interface

ILineRenderingTechnique interface is used to override the DXScene line rendering setting.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface ILineRenderingTechnique

The ILineRenderingTechnique type exposes the following members.

Properties
 NameDescription
Public propertyRenderAntialiased3DLines 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.
Public propertyUseGeometryShaderFor3DLines When UseGeometryShaderFor3DLines is not null, then this overrides the UseGeometryShaderFor3DLines setting in DXScene object. If set to false and also the RenderAntialiased3DLines is set to false, then the lines are always rendered as 1 pixel thick lines. Note that when using super-sampling the line rendered with that DXAttribute become dimmer because the super-sampled image is still rendered with 1 pixel thick line and that is then down-sampled to final image.
Top
See Also