It doesn't appear that we have a convenience function to extract the upper left float3x3 from a float4x4. Currently you must extract manually: `return new float3x3(m.c0.xyz, m.c1.xyz, m.c2.xyz);` Add this as a convenience function.