Class GlobalKeyFrameImportConfig
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" keyframe that will be imported. There are other configs for specific importers that will override the global setting.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class GlobalKeyFrameImportConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceGlobalKeyFrameImportConfig(int)
Constructs a new GlobalKeyFrameImportConfig.
Declaration
public GlobalKeyFrameImportConfig(int keyFrame)
Parameters
Type | Name | Description |
---|---|---|
int | keyFrame | Keyframe index |
Properties
| Edit this page View SourceGlobalKeyFrameImportConfigName
Gets the string name used by GlobalKeyFrameImportConfig.
Declaration
public static string GlobalKeyFrameImportConfigName { get; }
Property Value
Type | Description |
---|---|
string |