Click or drag to resize
AB4D logo

InstancedMeshGeometryVisual3DIsBackFaceMaterial Property

Gets or sets a Boolean that specifies if this InstancedMeshGeometryVisual3D is rendering front or back faces of the MeshGeometry3D. Default value is false which means that front face materials are rendered.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsBackFaceMaterial { get; set; }

Property Value

Boolean
See Also