Skip to content

Commit

Permalink
Tutorial 29: added screenshot; added tutorial to main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 6, 2025
1 parent 63f7ad1 commit b3b242c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@ This tutorial demonstrates how to use post-processing effects from the DiligentF
This tutorial demonstrates how to use Diligent Engine with OpenXR API to render a simple scene in a VR headset.


## [Tutorial 29 - OIT](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial29_OIT)

![](Tutorials/Tutorial29_OIT/Screenshot.jpg)

This tutorial demonstrates how to implement order-independent transparency (OIT) methods to render transparent objects without sorting.

[:arrow_forward: Run in the browser](https://diligentgraphics.github.io/wasm-modules/Tutorial29_OIT/Tutorial29_OIT.html)


# Samples

## [Atmospheric Light Scattering sample](Samples/Atmosphere)
Expand Down
Binary file added Tutorials/Tutorial29_OIT/Animation_Small.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tutorials/Tutorial29_OIT/Screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion Tutorials/Tutorial29_OIT/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Tutorial29 - Order-Independent Transparency

This tutorial demonstrates how to implement order-independent transparency (OIT).
This tutorial demonstrates how to implement order-independent transparency (OIT) methods to render transparent objects without sorting.

![](Screenshot.jpg)


# Introduction
Expand Down

0 comments on commit b3b242c

Please sign in to comment.