Tagged Questions
2
votes
7answers
3k views
Projecting a 3d sphere into a 2d circle on the screen
What are some rasterization algorithms that can just project a 3d sphere into a pixel grid? I want to avoid ray casting. Essentially, given a 3d coordinate and a radius, is there a quick way to just ...