1 messages · Page 1 of 1 (latest)
I am also attempting to use an orthographic camera
ok so i found a hot fix by multipling view.w before view.xyz /= view.w
view.w
view.xyz /= view.w
but im not happy with my hot fix
nvm