Class VertexBoneWeightLimitConfig
Configuration for the LimitBoneWeights step that specifies the maximum number of bone weights per vertex. The default value is VertexBoneWeightLimitConfigDefaultValue.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class VertexBoneWeightLimitConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceVertexBoneWeightLimitConfig(int)
Constructs a new VertexBoneWeightLimitConfig.
Declaration
public VertexBoneWeightLimitConfig(int maxBoneWeights)
Parameters
Type | Name | Description |
---|---|---|
int | maxBoneWeights | Max number of bone weights per vertex. |
Properties
| Edit this page View SourceVertexBoneWeightLimitConfigDefaultValue
Gets the defined default limit value, this corresponds to the AI_LBW_MAX_WEIGHTS constant.
Declaration
public static int VertexBoneWeightLimitConfigDefaultValue { get; }
Property Value
Type | Description |
---|---|
int |
VertexBoneWeightLimitConfigName
gets the string name used by VertexBoneWeightLimitConfig.
Declaration
public static string VertexBoneWeightLimitConfigName { get; }
Property Value
Type | Description |
---|---|
string |