Class LWSAnimationEndConfig
Defines the ending of the time range for which the LWS loader evaluates animations and computes AiNodeAnim's. The default value is the one taken from the file
Assimp provides full conversion of Lightwave's envelope system, including pre and post conditions. The loader computes linearly subsampled animation channels with the frame rate given in the LWS file. This property defines the end time.
Animation channels are only generated if a node has at least one envelope with more than one key assigned. This property is given in frames where '0' is the first. By default, if this property is not set, the importer takes the animation end from the input LWS file.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class LWSAnimationEndConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceLWSAnimationEndConfig(int)
Constructs a new LWSAnimationEndConfig.
Declaration
public LWSAnimationEndConfig(int animEnd)
Parameters
Type | Name | Description |
---|---|---|
int | animEnd | Ending of the time range |
Properties
| Edit this page View SourceLWSAnimationEndConfigName
Gets the string name used by LWSAnimationEndConfig.
Declaration
public static string LWSAnimationEndConfigName { get; }
Property Value
Type | Description |
---|---|
string |