Skip to content

Commit d0ddf04

Browse files
Added Tutorial 29
1 parent 1abd3f2 commit d0ddf04

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
128 KB
Loading

template/script.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ const tutorials = [
142142
image: "images/content/tutorials/Tutorial27_PostProcessing.jpg",
143143
tutorialLink: "wasm-modules/Tutorial27_PostProcessing/Tutorial27_PostProcessing.html",
144144
githubLink: "https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial27_PostProcessing"
145+
},
146+
{
147+
id: "Tutorial29_OIT",
148+
title: "29 - Order-Independent Transparency",
149+
description: "This tutorial demonstrates how to implement order-independent transparency (OIT) methods to render transparent objects without sorting.",
150+
image: "images/content/tutorials/Tutorial29_OIT.jpg",
151+
tutorialLink: "wasm-modules/Tutorial29_OIT/Tutorial29_OIT.html",
152+
githubLink: "https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial29_OIT"
145153
}
146154
];
147155

0 commit comments

Comments
 (0)