Class IRRAnimationFrameRateConfig
Defines the output frame rate of the IRR loader.
IRR animations are difficult to convert for Assimp and there will always be a loss of quality. This setting defines how many keys per second are returned by the converter.
The default value is 100 frames per second.Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class IRRAnimationFrameRateConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceIRRAnimationFrameRateConfig(int)
Constructs a new IRRAnimationFramerateConfig.
Declaration
public IRRAnimationFrameRateConfig(int frameRate)
Parameters
Type | Name | Description |
---|---|---|
int | frameRate | Number of frames per second to output. |
Properties
| Edit this page View SourceIRRAnimationFrameRateConfigName
Gets the string name used by IRRAnimationFrameRateConfig.
Declaration
public static string IRRAnimationFrameRateConfigName { get; }
Property Value
Type | Description |
---|---|
string |