RenderStateManager.CullMode Property

Language:

Note: This documentation is preliminary and is subject to change.

Specifies how back-facing triangles are culled, if at all.

Definition

Visual Basic .NET Public Property CullMode As Cull
C# public Cull CullMode { get; set; }
Managed C++ public: __property Cull get_CullMode();
public: __property void set_CullMode(Cull);
JScript .NET public function get CullMode() : Cull
public function set CullMode(Cull);

Property Value

Microsoft.DirectX.Direct3D.Cull . Value of the Cull enumeration that specifies the culling mode to set or retrieve.

This property is read/write. 

Remarks

The default value is Cull.CounterClockwise.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.