2
votes

I was wondering is it possible to scale a model only in one direction like x,y or z? I am aware of method Matrix.Scale(float); but that just scales the whole model.

1

1 Answers

2
votes

There are some overloads. Just use one of this methods. E.g.

Matrix.CreateScale(1.0f, -1.0f,  1.0f); // Invert only one koordinate