Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2>Projects</h2>
<table>
<tr>
<td style="vertical-align: text-top;">
<h3><a href="https://github.com/cozis/PBR-Demo" target="_blank">BPR Renderer</a></h3>
<h3><a href="https://github.com/cozis/PBR-Demo" target="_blank">PBR Renderer</a></h3>
<p>
It's a 3D renderer I built to dive deeper into graphics programming, using as reference the great <a href="https://learnopengl.com/">LearnOpenGL</a> tutorial and <a href="https://google.github.io/filament/Filament.html">Google's Filament</a>. The renderer implements Physically Based Rendering (PBR), a technique that simulates light and shadows to closely mimic real-world behavior. It supports shadow mapping, Image-Based Lighting (IBL), and can load meshes from external files.
</p>
Expand Down