Material.CreaseAngle Property
Gets or sets a value specifying which edges in the mesh should be seen as sharp edges.
Syntax
public System.Double CreaseAngle { get; set; }
Property Value
Default: 180.0
An angle in degrees that specify which edges in a mesh should be seen as sharp edges.
Remarks
Determines which edges in the mesh that should be seen as sharp edges during calculation of surface normals that are used during shading. Edges between triangles where the angle between the normals is larger than creaseAngle are considered sharp. This property is only interesting when Lighting is True.
Platforms
Windows, Linux, Android