summaryrefslogtreecommitdiffstats
path: root/projets.html
diff options
context:
space:
mode:
Diffstat (limited to 'projets.html')
-rw-r--r--projets.html39
1 files changed, 37 insertions, 2 deletions
diff --git a/projets.html b/projets.html
index 2cba691..1bdc1ea 100644
--- a/projets.html
+++ b/projets.html
@@ -51,9 +51,44 @@
<br />
Vous pouvez vous rendre sur la <a href="http://partycle.n7mm.org">page dédiée</a> à ce projet.
</p>
+
+
+ <h2 id="scolaire"><a href="http://www.umontreal.ca/">UdeM</a> - 3<sup>ème</sup> année</h2>
+ <hr />
+
+ <h3>Ombres douces en temps réel</h3>
+ <h4>C++</h4>
+ <h5>Automne 2009</h5>
+ <p>
+ Implémentation d'un algorithme de calcul en temps réel d'ombres douces,
+ décrit par &laquo;&nbsp;<em>Single Sample Soft Shadows Using Depth Maps</em>&nbsp;&raquo;,
+ de Stefan Brabec et Hans-Peter Seidel, publié dans <em>Graphics Interfacei, 2002</em>
+ <br />
+ C++, OpenGL et <acronym title="OpenGL Shader Language">GLSL</acronym>.
+ </p>
+ <ul class="list">
+ <li>L'article original est disponible <a href="http://www.graphicsinterface.org/proceedings/2002/107/paper107.pdf">ici</a></li>
+ <li>Le rapport est disponible <a href="Projets/UdeM/Rapport-ShadowMap.pdf">ici</a>.</li>
+ <li>Les sources sont disponibles <a href="Projets/UdeM/ShadowMap.tar.gz">ici</a>.</li>
+ </ul>
+
+ <h3>Illumination globale en temps réel</h3>
+ <h4>Analyse et présentation d'article</h4>
+ <h5>Novembre 2009</h5>
+ <p>
+ Présentation de l'article &laquo;&nbsp;<a href="http://portal.acm.org/citation.cfm?doid=1576246.1531397">An efficient GPU-based approach for interactive global illumination</a>&nbsp;&raquo;,
+ de Rui Wang, Rui Wang, Kun Zhou, Minghao Pan, Hujun Bao,
+ publié dans <em>ACM Transactions on Graphics, Vol. 28, No. 3, August 2009</em>.
+ <br />
+ Calculs de radiance, <acronym title="k-dimensional tree">kd-tree</acronym>,
+ <acronym title=" Compute Unified Device Architecture">CUDA</acronym>.
+ </p>
+ <ul class="list">
+ <li>Les slides de la présentation sont disponibles <a href="Projets/UdeM/Slides-kdtree.pdf">ici</a>.</li>
+ </ul>
+
-
- <h2 id="scolaire">2<sup>ème</sup> année</h2>
+ <h2>2<sup>ème</sup> année</h2>
<hr />
<h3>Site de <i>e-commerce</i></h3>