Class RemoveDegeneratePrimitivesConfig
Configuration for the FindDegenerates step to remove degenerted primitives from the import immediately. The default value is false, where degenerated triangles are converted to lines, and degenerated lines to points.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class RemoveDegeneratePrimitivesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceRemoveDegeneratePrimitivesConfig(bool)
Constructs a new RemoveDegeneratePrimitivesConfig.
Declaration
public RemoveDegeneratePrimitivesConfig(bool removeDegenerates)
Parameters
Type | Name | Description |
---|---|---|
bool | removeDegenerates | True if the post process step should remove degenerate primitives, false otherwise. |
Properties
| Edit this page View SourceRemoveDegeneratePrimitivesConfigName
Gets the string name used by RemoveDegeneratePrimitivesConfig.
Declaration
public static string RemoveDegeneratePrimitivesConfigName { get; }
Property Value
Type | Description |
---|---|
string |