 |
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.0.8585.1045
Syntaxpublic bool RenderAntialiased3DLines { get; set; }
Property Value
Boolean
See Also