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