Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float scale = 2f;
- float rotateY = MathHelper.ToRadians(90);
- Vector3 position = new Vector3(0, 0, 0);
- Matrix newMatrix =
- Matrix.CreateScale(scale) *
- Matrix.CreateRotationY(rotateY) *
- Matrix.CreateTranslation(position);
Advertisement
Add Comment
Please, Sign In to add comment