Class SMDKeyFrameImportConfig
Sets the vertex animation keyframe to be imported. Assimp does not support vertex keyframes (only bone animation is supported). the library reads only one keyframe with vertex animations. By default this is the first frame. This config sets the global override for the SMD format.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class SMDKeyFrameImportConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceSMDKeyFrameImportConfig(int)
Constructs a new SMDKeyFrameImportConfig.
Declaration
public SMDKeyFrameImportConfig(int keyFrame)
Parameters
Type | Name | Description |
---|---|---|
int | keyFrame | Keyframe index |
Properties
| Edit this page View SourceSMDKeyFrameImportConfigName
Gets the string name used by SMDKeyFrameImportConfig.
Declaration
public static string SMDKeyFrameImportConfigName { get; }
Property Value
Type | Description |
---|---|
string |