Putting it All Together: Method 2
using only Screen Space

Kenny Hoff
6/17/97



We have problems that we would like to simplify or remove entirely from the previously techniques: To avoid the expensive conversions from screen space to NDC space for computing depth values, we can instead do the entire paraboloid fit in screen space with (x,y,z) values being (x,y) pixel coordinates and z being the actual fixed-point Z-values (already scaled, etc). At the same time, we would like to combine the depth-evaluation with the scan-conversion by simply performing the depth-evaluation and discarding pixels that are "too deep" (beyond the sphere's center screen Z).