Class NormalizeVertexComponentsConfig
Configuration for the Pre
Inherited Members
Namespace: SharpAssimp .Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class NormalizeVertexComponentsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceNormalizeVertexComponentsConfig(bool)
Constructs a new NormalizeVertexComponentsConfig.
Declaration
public NormalizeVertexComponentsConfig(bool normalizeVertexComponents)
Parameters
Type | Name | Description |
---|---|---|
bool | normalizeVertexComponents | True if the post process step should normalize vertex components, false otherwise. |
Properties
| Edit this page View SourceNormalizeVertexComponentsConfigName
Gets the string name used by NormalizeVertexComponentsConfig.
Declaration
public static string NormalizeVertexComponentsConfigName { get; }
Property Value
Type | Description |
---|---|
string |