Class ASEReconstructNormalsConfig
Configures the ASE loader to always reconstruct normal vectors basing on the smoothing groups loaded from the file. Some ASE files carry invalid normals, others don't. The default value is true.
Inherited Members
Namespace: SharpAssimp .Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class ASEReconstructNormalsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceASEReconstructNormalsConfig(bool)
Constructs a new ASEReconstructNormalsConfig.
Declaration
public ASEReconstructNormalsConfig(bool reconstructNormals)
Parameters
Type | Name | Description |
---|---|---|
bool | reconstructNormals | True if normals should be re-computed, false otherwise. |
Properties
| Edit this page View SourceASEReconstructNormalsConfigName
Gets the string name used by ASEReconstructNormalsConfig.
Declaration
public static string ASEReconstructNormalsConfigName { get; }
Property Value
Type | Description |
---|---|
string |