Class FusedTransformAttribute
Indicates that this is a USD transform should should be fused into a single GfMatrix4d.
Inherited Members
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()