[rs] spelling error in skybox

This commit is contained in:
Patrick LaFontaine
2021-02-24 17:29:13 -05:00
parent 0476822863
commit 190bd37e22

View File

@@ -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