Description
Gets or sets whether the primitive is rendered in two passes to improve the visual quality for translucent, convex meshes.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RenderBackThenFrontFaces() As Boolean
|
| [C#] |
|---|
public bool RenderBackThenFrontFaces {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_RenderBackThenFrontFaces(); public: __property void set_RenderBackThenFrontFaces(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RenderBackThenFrontFaces(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RenderBackThenFrontFaces(
VARIANT_BOOL RenderBackThenFrontFaces
);
|
| [Java] |
|---|
public bool getRenderBackThenFrontFaces();
public void setRenderBackThenFrontFaces(
bool
);
|
Remarks
See Also