The XMaterial class implements the IXMaterial interface and offers the ability to draw various objects with a different appearance. So, the object can have several textures with a different texture rotation, color, transparency and allows to specify different components of the reflected light.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public class XMaterial : IXMaterial, ICloneable

Inheritance Hierarchy

System..::.Object
  SGP.XSpace..::.XMaterial

See Also