Class MD3KeyFrameImportConfig
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 MD3 format.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class MD3KeyFrameImportConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceMD3KeyFrameImportConfig(int)
Constructs a new MD3KeyFrameImportConfig.
Declaration
public MD3KeyFrameImportConfig(int keyFrame)
Parameters
Type | Name | Description |
---|---|---|
int | keyFrame | Keyframe index |
Properties
| Edit this page View SourceMD3KeyFrameImportConfigName
Gets the string name used by MD3KeyFrameImportConfig.
Declaration
public static string MD3KeyFrameImportConfigName { get; }
Property Value
Type | Description |
---|---|
string |