Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以仅在 x、y 或 z 等一个方向上缩放模型?我知道方法Matrix.Scale(float);,但这只是扩展了整个模型。
Matrix.Scale(float);
有一些过载。只需使用其中一种方法。例如
Matrix.CreateScale(1.0f, -1.0f, 1.0f); // Invert only one koordinate