File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 render transparent objects without sorting using order-independent transparency (OIT) methods." ,
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
You can’t perform that action at this time.
0 commit comments