 |
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: 5.2.8348.1045
Syntaxpublic bool RenderAntialiased3DLines { get; set; }
Property Value
Type:
Boolean
See Also