Fixed the link to zip file

pull/113/head
Alex Komissarov 4 years ago
parent fb5c9fc8fe
commit e5a5d6d66c
No known key found for this signature in database
GPG Key ID: E7A6C70F46457C00

@ -60,7 +60,7 @@ let render_pipeline = device.create_render_pipeline(&wgpu::RenderPipelineDescrip
});
```
With all that in place we need a model to render. If you have one already that's great, but I've supplied a [zip file](https://github.com/sotrh/learn-wgpu/blob/master/code/beginner/tutorial9-models/src/res/cube.zip) with the model and all of it's textures. We're going to put this model in a new `res` folder next to the existing `src` folder.
With all that in place we need a model to render. If you have one already that's great, but I've supplied a [zip file](https://github.com/sotrh/learn-wgpu/blob/master/code/beginner/tutorial9-models/res/cube.zip) with the model and all of it's textures. We're going to put this model in a new `res` folder next to the existing `src` folder.
## Accessing files in the res folder

Loading…
Cancel
Save