Skip to content

Commit

Permalink
Added Tutorial 29
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 6, 2025
1 parent 1abd3f2 commit bc91db0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added images/content/tutorials/Tutorial29_OIT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions template/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ const tutorials = [
image: "images/content/tutorials/Tutorial27_PostProcessing.jpg",
tutorialLink: "wasm-modules/Tutorial27_PostProcessing/Tutorial27_PostProcessing.html",
githubLink: "https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial27_PostProcessing"
},
{
id: "Tutorial29_OIT",
title: "29 - Order-Independent Transparency",
description: "This tutorial demonstrates how to render transparent objects without sorting using order-independent transparency (OIT) methods.",
image: "images/content/tutorials/Tutorial29_OIT.jpg",
tutorialLink: "wasm-modules/Tutorial29_OIT/Tutorial29_OIT.html",
githubLink: "https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial29_OIT"
}
];

Expand Down

0 comments on commit bc91db0

Please sign in to comment.