Class AnimationAccuracyConfig
Configuration for the FindInvalidData step that specifies the floating point accuracy for animation values, specifically the episilon during comparisons. The default value is 0.0f.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class AnimationAccuracyConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceAnimationAccuracyConfig(float)
Constructs a new AnimationAccuracyConfig.
Declaration
public AnimationAccuracyConfig(float episilon)
Parameters
Type | Name | Description |
---|---|---|
float | episilon | Episilon for animation value comparisons. |
Properties
| Edit this page View SourceAnimationAccuracyConfigName
Gets the string name used by AnimationAccuracyConfig.
Declaration
public static string AnimationAccuracyConfigName { get; }
Property Value
Type | Description |
---|---|
string |