Skip to content

Commit e7bc70b

Browse files
author
3rdCore
committed
added whale project
1 parent cab5833 commit e7bc70b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

data/INF443.pdf

6.55 MB
Binary file not shown.

images/whale.png

47 KB
Loading

index.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -276,23 +276,24 @@ <h2>News</h2>
276276
</p>
277277
</td>
278278
</tr>
279-
<td width="25%" valign="center" align="center"><img src="images/443.gif" alt="nthu" width="220" height="200"></td>
279+
<td width="25%" valign="center" align="center"><img src="images/443.gif" alt="nthu" width="220" height="180"></td>
280280
<td style="padding:20px;width:75%;vertical-align:middle">
281281
<a class="tog" href="" target="_blank">
282-
<papertitle>Boid Simulation</papertitle>
282+
<papertitle>Procedural modeling of a 3D rendered scene</papertitle>
283283
</a>
284284
<br>
285-
Nov' 20 – Mar' 21
285+
Mar' 20 – June' 20
286286
<br>
287287
<br>
288-
To Complete
288+
In collaboration with Elsa Deville <img src="images/whale.png" width="18px"> (MS, Imperial College), the objective of our project is to render a realistic 3D marine scene using only randomized <a class="tog" href="https://en.wikipedia.org/wiki/Procedural_modeling" target="_blank">procedural modeling</a> (OpenGL).
289289
<br>
290290
<br>
291-
<p></p>
292-
291+
The project implements different visual elements among them a realistic simulation of a fish swarm movement based on <a class="tog" href="https://www.cs.toronto.edu/~dt/siggraph97-course/cwr87/" target="_blank">this paper</a> and realistic-looking ocean waves. (<a class="tog" href=" https://en.wikipedia.org/wiki/Trochoidal_wave" target="_blank">trochoidal waves</a> : exact solution of the Euler equations for periodic surface gravity waves).
292+
<p style="padding:0%;text-align:center">
293+
<a href="data/INF443.pdf" target="_blank">Report (french)</a>
294+
</p>
293295
</td>
294296
</tr>
295-
296297
</tbody></table>
297298

298299
<br>

0 commit comments

Comments
 (0)