From b22de0331e21a95e88b5b18bc447a72ed848448a Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 25 Dec 2024 20:36:17 -0800 Subject: [PATCH] typo --- webgpu/lessons/webgpu-scene-graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgpu/lessons/webgpu-scene-graphs.md b/webgpu/lessons/webgpu-scene-graphs.md index a3a9fbef..934ebf16 100644 --- a/webgpu/lessons/webgpu-scene-graphs.md +++ b/webgpu/lessons/webgpu-scene-graphs.md @@ -937,7 +937,7 @@ Finally, ket's adjust the camera slightly. Select a finger and just 'rotation x' and you'll see the segments further down all rotate with it. -## Let's shoot a projectile from the index finger. +## Let's shoot a projectile from the index finger. Another advantage of a scene graph is that you can easily ask for the position and orientation of any node in the graph.