|
|
|
|
|
by izym
3362 days ago
|
|
> raytracing an image takes much longer than the polygon-based rendering done by most game engines. Minor nitpick, but it has nothing to do with the fact that it renders polygons. Ray tracing can also render polygons. More precisely, game engines use rasterization which works by projecting triangles onto the screen rather than tracing rays through the screen. |
|