ILine |
public interface ILineRenderingTechnique
The ILineRenderingTechnique type exposes the following members.
Name | Description | |
---|---|---|
RenderAntialiased3DLines | 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. | |
UseGeometryShaderFor3DLines | 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. |