diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-11-13 20:01:59 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-11-13 20:01:59 +0100 |
commit | 7d8bbd761b58fab68ebde1f8348d850d4c3c09ec (patch) | |
tree | 7d2b4b96d3f4e2641dfaf8a92f748bf772a39825 /projets.html | |
parent | d8621c2ace41a0eb1ef1f7825309fb75c73d3f80 (diff) | |
download | schiltknecht.org-7d8bbd761b58fab68ebde1f8348d850d4c3c09ec.tar.gz schiltknecht.org-7d8bbd761b58fab68ebde1f8348d850d4c3c09ec.tar.bz2 schiltknecht.org-7d8bbd761b58fab68ebde1f8348d850d4c3c09ec.zip |
Ajout projets synthese d'image UdeM
Diffstat (limited to 'projets.html')
-rw-r--r-- | projets.html | 39 |
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 « <em>Single Sample Soft Shadows Using Depth Maps</em> », + 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 « <a href="http://portal.acm.org/citation.cfm?doid=1576246.1531397">An efficient GPU-based approach for interactive global illumination</a> », + 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> |