Tagged Questions
0
votes
0answers
94 views
What is the connection between an isometric angle and scale
I am trying to work out an isometric projection matrix for a custom angle.
In the engine I'm using there's a projection matrix defined like so:
projection.rotate(45 * (Math.PI / 180) );
scale = ...