From 7cdc02aaab3ac31090280b5cb4431ec20afb2da6 Mon Sep 17 00:00:00 2001 From: Victor Widell Date: Wed, 25 Sep 2024 13:20:32 +0200 Subject: [PATCH] Fixed spelling --- docroot/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/index.html b/docroot/index.html index 7f88bb9..f493c21 100644 --- a/docroot/index.html +++ b/docroot/index.html @@ -149,7 +149,7 @@

Projects

-

BPR Renderer

+

PBR Renderer

It's a 3D renderer I built to dive deeper into graphics programming, using as reference the great LearnOpenGL tutorial and Google's Filament. 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.