Class MeshVertexLimitConfig
Configuration for the SplitLargeMeshes step that specifies the maximum number of vertices a mesh can contain. The default value is MeshVertexLimitConfigDefaultValue.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class MeshVertexLimitConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceMeshVertexLimitConfig(int)
Constructs a new MeshVertexLimitConfig.
Declaration
public MeshVertexLimitConfig(int maxVertexLimit)
Parameters
Type | Name | Description |
---|---|---|
int | maxVertexLimit | Max number of vertices a mesh can contain. |
Properties
| Edit this page View SourceMeshVertexLimitConfigDefaultValue
Gets the defined default limit value, this corresponds to the AI_SLM_DEFAULT_MAX_VERTICES constant.
Declaration
public static int MeshVertexLimitConfigDefaultValue { get; }
Property Value
Type | Description |
---|---|
int |
MeshVertexLimitConfigName
Gets the string name used by MeshVertexLimitConfig.
Declaration
public static string MeshVertexLimitConfigName { get; }
Property Value
Type | Description |
---|---|
string |