Multiply Matrix 乘法矩阵
可用于转换向量,空间或其他矩阵。
你可以在 C# 中使用以下代码分配它:
myMaterial.SetMatrix()
请注意,矩阵乘法不可交换。 也就是说,A * B 与 B * A不一样
原文:
A matrix multiply node. Can be used to transform vectors, spaces, or other matrices. You can assign to it on the C# end using myMaterial.SetMatrix(). Note that matrix multiplication is not commutative. That is to say, A * B is not the same thing as B * A