Class FusedTransformAttribute
Indicates that this is a USD transform should should be fused into a single GfMatrix4d.
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
Namespace: USD.NET
Syntax
public class FusedTransformAttribute : Attribute, _Attribute
Remarks
This special case is for performance and simplicity. Transforms in USD can be composed of an arbitrary number of component (translate/rotate/scale) operations, however this API is designed for ease of use and performance. In this case, all component operations are collapsed into a single 4x4 matrix.
Constructors
FusedTransformAttribute()
Declaration
public FusedTransformAttribute()