How Do I get Isometric view?
Through your camera projection matrix.
projection = Matrix.CreateOrthographic()
or
projection = Matrix.CreateOrthographicOffCenter()
1 Like
How Do I get Isometric view?
Through your camera projection matrix.
projection = Matrix.CreateOrthographic()
or
projection = Matrix.CreateOrthographicOffCenter()