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