RayTracing : Realtime path-tracing in UE

  • Thread starter Deleted member 13
  • Start date
D

Deleted member 13

Guest
All:

Here is a very good demonstration of RT using path-tracing for soft shadows and realtime chromatic aberration once the photon is split into the color spectrum of colors (rainbow). These things have been implemented years ago in the film industry. Only now with 3x000 boards has this been possible in realtime. While I don't see games using this kind of iteraction anytime soon, it's simply amazing to see what will come several years from now.


This is the typical development cycle for game development. A paper is produced and developers wish to implement this functionality in their game engine. They will implement it on the PC, test, debug and optimize. Then it becomes a graphics feature for the game as a MAX/ULTRA setting. Just selecting this kind of light interaction will spawn off a bunch of expensive code that the GPU *must* be able to implement with good FPS. This is one of many "dials and switches" that many gamers think irrelevant to a game because they don't really understand the complexity or bandwidth it would consume for such features.
 
Last edited by a moderator:

Sircaw

Pro Flounder
Moderating
20 Jun 2022
6,952
12,207
All:

Here is a very good demonstration of RT using path-tracing for soft shadows and realtime chromatic aberration once the photon is split into the color spectrum of colors (rainbow). These things have been implemented years ago in the film industry. Only now with 3x000 boards has this been possible in realtime. While I don't see games using this kind of iteraction anytime soon, it's simply amazing to see what will come several years from now.


This is the typical development cycle for game development. A paper is produced and developers wish to implement this functionality in their game engine. They will implement it on the PC, test, debug and optimize. Then it becomes a graphics feature for the game as a MAX/ULTRA setting. Just selecting this kind of light interaction will spawn off a bunch of expensive code that the GPU *must* be able to implement with good FPS. This is one of many "dials and switches" that many gamers think irrelevant to a game because they don't really understand the complexity or bandwidth it would consume for such features.
Amazing stuff.
 

mansoor1980

Well-known member
4 Jul 2022
285
432
using photons to trace paths with lights and shadows that creates images with life like lighting spectrum and chromatic aberration..................

0cb60bf8513ea96fc1ca93409dbd678e.gif
 
  • Like
Reactions: Deleted member 13