From 01f18f3bc84488356bb022ddcf952d2e4b5a160e Mon Sep 17 00:00:00 2001 From: "Low, Zhi Hao" Date: Sun, 2 Jun 2024 01:21:36 +0800 Subject: [PATCH] Update webgpu-lighting-point.md Fix spelling error in WebGPU Directional Lighting link --- webgpu/lessons/webgpu-lighting-point.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgpu/lessons/webgpu-lighting-point.md b/webgpu/lessons/webgpu-lighting-point.md index 46113951..2684dfc0 100644 --- a/webgpu/lessons/webgpu-lighting-point.md +++ b/webgpu/lessons/webgpu-lighting-point.md @@ -2,7 +2,7 @@ Title: WebGPU - Point Lighting Description: How to implement point lighting in WebGPU TOC: Point Lighting -This article is a continuation of [WebGPU Directional Lighting](webgpu-ighting-directional.html). +This article is a continuation of [WebGPU Directional Lighting](webgpu-lighting-directional.html). If you haven't read that I suggest [you start there](webgpu-lighting-directional.html). In the previous article we covered directional lighting where the light is coming