logoalt Hacker News

Divide by Depth for Instant 3D

40 pointsby gabrieloclast Saturday at 7:43 PM4 commentsview on HN

Comments

aapplebytoday at 8:47 PM

FWIW, if you start with "The view frustum is a 90 degree pyramid with the tip cut off at z = 1 and the 'end' at infinity", you can then work out how to map that to a NDC using a matrix and perspective divide.

I've used that when teaching short "Graphics 101" (not in the first session though) and the math comes out more intuitive than the usual "here's how to calculate a perspective matrix, don't ask where these numbers come from" version.

show 1 reply
gabrieloclast Saturday at 7:43 PM

Hi! I wrote a few notes on how 3D cameras work with interactive examples to hopefully demystify a pretty complex topic that I once struggled with. Maybe this is useful for someone here, and if not, there are fun sliders to play with!

show 1 reply
xcafebabetoday at 9:29 PM

[dead]