Class RootTransformationConfig
Configuration for PreTransformVertices that sets a user defined matrix as the scene root node transformation before transforming vertices. Default value is the identity matrix.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class RootTransformationConfig : MatrixPropertyConfig
Constructors
| Edit this page View SourceRootTransformationConfig(Matrix4x4)
Constructs a new RootTransformationConfig.
Declaration
public RootTransformationConfig(Matrix4x4 rootTransform)
Parameters
Type | Name | Description |
---|---|---|
Matrix4x4 | rootTransform | Root transformation matrix to be set to the root scene node during the pretransform post process step. |
Properties
| Edit this page View SourceRootTransformationConfigName
Gets the string name used by RootTransformationConfig.
Declaration
public static string RootTransformationConfigName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceOnApplyValue(nint)
Applies the property value to the given Assimp property store.
Declaration
protected override void OnApplyValue(nint propStore)
Parameters
Type | Name | Description |
---|---|---|
nint | propStore | Assimp property store |