Class NormalSmoothingAngleConfig
Configuration to set the maximum angle between two face normals at a vertex when they are smoothed during the step to calculate smooth normals. This is frequently called the "crease angle". The maximum and default value is 175 degrees.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class NormalSmoothingAngleConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceNormalSmoothingAngleConfig(float)
Constructs a new NormalSmoothingAngleConfig.
Declaration
public NormalSmoothingAngleConfig(float angle)
Parameters
| Type | Name | Description |
|---|---|---|
| float | angle | Smoothing angle, in degrees. |
Properties
| Edit this page View SourceNormalSmoothingAngleConfigName
Gets the string name used by NormalSmoothingAngleConfig.
Declaration
public static string NormalSmoothingAngleConfigName { get; }
Property Value
| Type | Description |
|---|---|
| string |