Update Documentation
This commit is contained in:
parent
3465e08c77
commit
444f011a43
8 changed files with 14 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Ray Tracing Animation - Tutorial
|
||||
|
||||

|
||||

|
||||
|
||||
## 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);
|
||||
~~~~
|
||||
|
||||

|
||||

|
||||
|
||||
### 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);
|
||||
~~~~
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue