wgpu/examples/src/skybox
2023-11-27 11:40:37 +01:00
..
images Fixes for Skybox and All Examples (#4780) 2023-11-27 11:40:37 +01:00
models Move to A Single Example Executable (#4756) 2023-11-23 05:26:42 -05:00
mod.rs Fixes for Skybox and All Examples (#4780) 2023-11-27 11:40:37 +01:00
README.md Update examples readme files (#4774) 2023-11-25 22:59:40 +00:00
screenshot_astc.png Fixes for Skybox and All Examples (#4780) 2023-11-27 11:40:37 +01:00
screenshot_bc7.png Fixes for Skybox and All Examples (#4780) 2023-11-27 11:40:37 +01:00
screenshot_etc2.png Fixes for Skybox and All Examples (#4780) 2023-11-27 11:40:37 +01:00
screenshot.png Fixes for Skybox and All Examples (#4780) 2023-11-27 11:40:37 +01:00
shader.wgsl Move to A Single Example Executable (#4756) 2023-11-23 05:26:42 -05:00

skybox

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

cargo run --bin wgpu-examples skybox

Screenshots

Skybox