diff --git a/wgpu/examples/skybox_offscreen/README.md b/wgpu/examples/skybox_offscreen/README.md index 51dce9d36a..c7be386a14 100644 --- a/wgpu/examples/skybox_offscreen/README.md +++ b/wgpu/examples/skybox_offscreen/README.md @@ -1,14 +1,9 @@ -# skybox +# skybox offscreen -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. +This is the [skybox example](../skybox/README.md) version demonstrating an offscreen canvas rendering approach. ## To Run ``` -cargo run --example skybox +cargo run-wasm --example skybox_offscreen ``` - -## Screenshots - -![Skybox](./screenshot.png)