Class ACEvaluateSubdivisionConfig
Configures whether the AC loader evaluates subdivision surfaces (indicated by the presence of the 'subdiv' attribute in the file). By default, Assimp performs the subdivision using the standard Catmull-Clark algorithm. The default value is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class ACEvaluateSubdivisionConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceACEvaluateSubdivisionConfig(bool)
Constructs a new ACEvaluateSubdivisionConfig.
Declaration
public ACEvaluateSubdivisionConfig(bool evaluateSubdivision)
Parameters
Type | Name | Description |
---|---|---|
bool | evaluateSubdivision | True if the AC loader should evaluate subdivisions, false otherwise. |
Properties
| Edit this page View SourceACEvaluateSubdivisionConfigName
Gets the string name used by ACEvaluateSubdivisionConfig.
Declaration
public static string ACEvaluateSubdivisionConfigName { get; }
Property Value
Type | Description |
---|---|
string |