Update links to .html files

This commit is contained in:
Neil Bickford 2021-01-06 18:47:13 -08:00
parent 405d56536d
commit a2b80ab819
4 changed files with 6 additions and 9 deletions

View file

@ -9,9 +9,6 @@ This is an extension of the Vulkan ray tracing [tutorial](https://nvpro-samples.
In this extension, we will implement antialiasing by jittering the offset of each ray for each pixel over time, instead of always shooting each ray from the middle of its pixel.
(insert setup.md.html here)
## Random Functions
We will use some simple functions for random number generation, which suffice for this example.