Class MaxBoneCountConfig
Configures the maximum bone count per mesh for the SplitByBoneCount step. Meshes are split until the maximum number of bones is reached.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class MaxBoneCountConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceMaxBoneCountConfig(int)
Constructs a new MaxBoneCountConfig.
Declaration
public MaxBoneCountConfig(int maxBones)
Parameters
Type | Name | Description |
---|---|---|
int | maxBones | The maximum bone count. |
Properties
| Edit this page View SourceMaxBoneCountConfigName
Gets the string name used by MaxBoneCountConfig.
Declaration
public static string MaxBoneCountConfigName { get; }
Property Value
Type | Description |
---|---|
string |