Comment on Show HN: Reverse perspective camera for OpenGL (Three.js)parentComments−recursive9moThat seems like it's just normal perspective from the opposite direction.−bntrOP9moExactly. Reversing the z-test is one way to get a reverse-perspective effect, but it doesn't allow for a smooth transition between projections (like dolly zoom).
Comments
That seems like it's just normal perspective from the opposite direction.
Exactly. Reversing the z-test is one way to get a reverse-perspective effect, but it doesn't allow for a smooth transition between projections (like dolly zoom).