Class TangentSmoothingAngleConfig
Configuration to set the maximum angle that may be between two vertex tangents/bitangents when they are smoothed during the step to calculate the tangent basis. The default value is 45 degrees.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class TangentSmoothingAngleConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceTangentSmoothingAngleConfig(float)
Constructs a new TangentSmoothingAngleConfig.
Declaration
public TangentSmoothingAngleConfig(float angle)
Parameters
Type | Name | Description |
---|---|---|
float | angle | Smoothing angle, in degrees. |
Properties
| Edit this page View SourceTangentSmoothingAngleConfigName
Gets the string name used by TangentSmoothingAngleConfig.
Declaration
public static string TangentSmoothingAngleConfigName { get; }
Property Value
Type | Description |
---|---|
string |