CS-E5520 - Advanced Computer Graphics D, Lecture, 17.1.2024-29.5.2024
Kurssiasetusten perusteella kurssi on päättynyt 29.05.2024 Etsi kursseja: CS-E5520
Assignment 1: Accelerated Ray Tracing
Suorituksen vaatimukset
Palautettava viimeistään: sunnuntaina 18. helmikuuta 2024, 23.59
We begin our journey by implementing ray tracing, the primitive operation in offline rendering. To make it efficient, we'll need to build an acceleration hierarchy to quickly prune out geometry that's certainly not intersected. In the end, we take our tracer for a test spin and use it to compute ambient occlusion.
Updated 25.1 to fix a linking issue with the framework when building the debug-build configuration. The only change is commenting out line 505 in framework/DllImports.inl. You can also apply the same fix yourself, if you have already downloaded the old version. If there are still related problems, let us know on slack.
- 25. tammikuuta 2024, 14.41
- 1. maaliskuuta 2024, 14.51
- 1. maaliskuuta 2024, 14.51
- 24. tammikuuta 2024, 15.38
- 1. maaliskuuta 2024, 14.51