Class FBXOptimizeEmptyAnimationCurvesConfig
Specifies whether the importer will drop empty animation curves or animation curves which match the bind pose transformation over their entire defined range. Default value is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXOptimizeEmptyAnimationCurvesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXOptimizeEmptyAnimationCurvesConfig(bool)
Constructs a new FBXOptimizeEmptyAnimationCurvesConfig.
Declaration
public FBXOptimizeEmptyAnimationCurvesConfig(bool optimizeEmptyAnimations)
Parameters
Type | Name | Description |
---|---|---|
bool | optimizeEmptyAnimations | True if empty animation curves should be dropped, false otherwise. |
Properties
| Edit this page View SourceFBXOptimizeEmptyAnimationCurvesConfigName
Gets the string name used by FBXOptimizeEmptyAnimationCurvesConfig.
Declaration
public static string FBXOptimizeEmptyAnimationCurvesConfigName { get; }
Property Value
Type | Description |
---|---|
string |