Hacker News new | ask | show | jobs
by exDM69 4471 days ago
> Raster will die in the long run, it's pretty obvious.

Care to elaborate why you think this is the case?

Even when doing raytracing, the fastest way to do the first pass is to rasterize your triangles and output hit data to textures (similarly to deferred rendering).

Additionally, triangle rasterizerization can be used for vector graphics, etc while raytracing is inherently only for 3d content.

I think that in the future we will have some kind of hardware acceleration for raytracing along with traditional triangle rasterization and they will be used together.

1 comments

In the long run graphics will probably converge on an approach that properly estimates the rendering equation. That's why I think ray tracing ultimately will be the preferred solution.

(I'm talking on a extremely long timeline)