You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 10: Ray Tracing (25)
ariel-hi

The performance challenge exists because of various set operations made for each ray of light. Only recently could our personal devices (laptops) handle this technique.

Photorealism is the ultimate aim here, and rendering engines such as Unreal Engine are built to provide realistic renderings for games.

https://docs.unrealengine.com/en-US/Resources/Showcases/RealisticRendering/index.html

mylesdomingo

While ray tracing is used for calculating realistic lighting and shadows in an environment, it can also be used for first person shooters in video games.

When bullets travel quickly through the air, a ray of light is simulated to check if a person is targeted directly or not.

You must be enrolled in the course to comment