Update Documentation

This commit is contained in:
mklefrancois 2020-08-31 17:06:59 +02:00
parent 3465e08c77
commit 444f011a43
8 changed files with 14 additions and 16 deletions

View file

@ -1,6 +1,6 @@
# Ray Tracing Animation - Tutorial
![](Images/animation2.gif)
![](images/animation2.gif)
## Tutorial ([Setup](../docs/setup.md))
@ -156,7 +156,7 @@ The last point is to call the update at the end of the function.
m_rtBuilder.updateTlasMatrices(m_tlas);
~~~~
![](Images/animation1.gif)
![](images/animation1.gif)
### nvvk::RaytracingBuilder::updateTlasMatrices (Implementation)
@ -592,4 +592,4 @@ Finally, we can add a line at the end of `HelloVulkan::animationObject()` to upd
m_rtBuilder.updateBlas(2);
~~~~
![](Images/animation2.gif)
![](images/animation2.gif)