Material Class
A class describing how to draw meshes.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class Material : ResourceObject
Remarks
A material is a description of how to visualize a triangle mesh. It contains information of how to color, shade and texture map the mesh.
The map describes what the texture looks like, and the map applier describes how to map this map on the surface of the mesh.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Material
Platforms
Windows, Linux, Android
Material Members
The Material type has the following members.
Constructors
Name | Description |
---|---|
Material | Initializes a new instance of the Material class. |
Properties
Name | Description |
---|---|
AlphaThreshold | Gets or sets the alpha threshold value. |
AmbientColor | Gets or sets the ambient color of the surface of the mesh. |
Color | Gets or sets the diffuse color of the surface of the mesh. |
CreaseAngle | Gets or sets a value specifying which edges in the mesh should be seen as sharp edges. |
DoubleSided | Gets or sets a value indicating if triangles facing away from the viewer should be rendered. |
EmissiveColor | Gets or sets the emissive color of the surface of the mesh. |
IsDisposed | Gets a value that tells whether the current Material has been disposed. Inherited from EngineObject |
Lighting | Gets or sets a value specifying if the mesh should be shaded by global illumination. |
Map | Gets or sets the texture map that should be applied on the surface of the mesh. |
MapApplier | Gets or sets an object specifying how the Map should be mapped onto the surface of the mesh. |
Name | Gets or sets the name of the Material. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current Material represents. Inherited from EngineObject |
Shininess | Gets or sets a value indicating how shiny the mesh surface is. |
SpecularColor | Gets or sets the specular color of the mesh. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Wireframe | Gets or sets a flag indicating if the mesh should be drawn normally, or as a wire frame. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |