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