RenderStateManager.PatchEdgeStyle Property |
Language: |
Retrieves or sets the tessellation mode for patch edges.
Visual Basic .NET Public Property PatchEdgeStyle As PatchEdge C# public PatchEdge PatchEdgeStyle { get; set; } Managed C++ public: __property PatchEdge get_PatchEdgeStyle();
public: __property void set_PatchEdgeStyle(PatchEdge);JScript .NET public function get PatchEdgeStyle() : PatchEdge
public function set PatchEdgeStyle(PatchEdge);
Microsoft.DirectX.Direct3D.PatchEdge . Value of the PatchEdge enumeration that represents the degree of interpolation to set or retrieve.
This property is read/write.
The default render state is PatchEdge.Discrete.
Using the PatchEdge.Continuous tessellation mode helps reduce rendering artifacts.
Feedback? Please provide us with your comments on this topic.