Class FBXPreservePivotsConfig
Specifies whether the FBX importer will preserve pivot points for transformations (as extra nodes). If set to false, pivots and offsets will be evaluated whenever possible. Default value is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXPreservePivotsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXPreservePivotsConfig(bool)
Constructs a new FBXPreservePivotsConfig.
Declaration
public FBXPreservePivotsConfig(bool preservePivots)
Parameters
Type | Name | Description |
---|---|---|
bool | preservePivots | True if pivots should be preserved, false otherwise. |
Properties
| Edit this page View SourceFBXPreservePivotsConfigName
Gets the string name used by FBXPreservePivotsConfig.
Declaration
public static string FBXPreservePivotsConfigName { get; }
Property Value
Type | Description |
---|---|
string |