7

Ray Tracing and Hybrid Rendering

In this chapter, we venture into the fascinating world of ray tracing and hybrid rendering. Ray tracing, to put it simply, is a special technique used in computer graphics that simulates how light interacts with objects. This results in images that are so lifelike, they can be mistaken for reality. However, pure ray tracing is computationally intensive and requires significant hardware resources, which makes it unfeasible for real-time applications with the current generation of hardware. On the other hand, there’s hybrid rendering, which is a mix of conventional rasterization techniques and the realism of ray tracing. This blend offers both good performance and stunning visuals. This chapter will take you ...

Get The Modern Vulkan Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.