From 190bd37e2271a91f50808a100205ef34634ef1f2 Mon Sep 17 00:00:00 2001 From: Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com> Date: Wed, 24 Feb 2021 17:29:13 -0500 Subject: [PATCH] [rs] spelling error in skybox --- wgpu/examples/skybox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/examples/skybox/README.md b/wgpu/examples/skybox/README.md index 01f051d376..51dce9d36a 100644 --- a/wgpu/examples/skybox/README.md +++ b/wgpu/examples/skybox/README.md @@ -1,6 +1,6 @@ # skybox -This animated example demonstrates oading a Wavefront OBJ model, and rendering it with skybox and simple reflections. +This animated example demonstrates loading a Wavefront OBJ model, and rendering it with skybox and simple reflections. It hooks up `winit` mouse controls for camera rotation around the model at the center. ## To Run