This document is archived and information here might be outdated. Recommended version. |
Get backface culling enabled,.
[Visual Basic .NET]
Public Function get_MaterialCullBackface ( _
ByVal Index As Integer _
) As Boolean
[C#]
public bool get_MaterialCullBackface (
int Index
);
[C++]
HRESULT get_MaterialCullBackface(
long Index,
Boolean* pCull
);
[C++] Parameters Index [in]
Index is a parameter of type long pCull [out, retval]
pCull is a parameter of type bool*
Returns whether backface culling is persisted as a property of the Geometry Material located at the specified index.
Backface Culling is a property acquired through the process of importing 3D models into the MultiPatch format. It cannot currently be set programmatically.