Skip to content

Commit

Permalink
Update skybox screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Mar 21, 2022
1 parent 6fbb47c commit ab6fe4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/examples/skybox/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl framework::Example for Skybox {
screen_size: (config.width, config.height),
angle_xz: 0.2,
angle_y: 0.2,
dist: 30.0,
dist: 20.0,
};
let raw_uniforms = camera.to_uniform_data();
let uniform_buf = device.create_buffer_init(&wgpu::util::BufferInitDescriptor {
Expand Down
Binary file modified wgpu/examples/skybox/screenshot-bc1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wgpu/examples/skybox/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab6fe4b

Please sign in to comment.