#skewed orthographic projection

1 messages · Page 1 of 1 (latest)

restive void
#

Is there a way to get a Camera3D to project similarily to the image? Essentially a skewed orthographic, maybe similar to doing a frustum offset but in orthographic mode. I can achieve a similar effect by rotating the world 45 degrees and scaling it by sqrt(2), but it does mess up lighting.

fresh cloak
#

There's another thread here somewhere about using a custom camera projection which I believe would allow you to do this, someone's made a fork with a PR adding that functionality merged. However, I can't find it, because Discord sucks

restive void
#

which of these are you referring to?