If true than all the GeometryModels have both Material and BackMaterial set. This means that all the TriangleIndices can be visible from both sides.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public bool ForceTwoSidedMaterials { get; set; }
Visual Basic (Declaration)
Public Property ForceTwoSidedMaterials As Boolean
Visual C++
public:
property bool ForceTwoSidedMaterials {
	bool get ();
	void set (bool value);
}

See Also