Commit Graph

226 Commits (master)

Author SHA1 Message Date
Ben Hansen 35af1c50aa
Merge pull request #521 from tmff/obj-fix
fixed panic on loading obj without normals
5 days ago
Benjamin Hansen ce957226d3 cargo fmt 4 weeks ago
Benjamin Hansen 09c1024a8f fixed non-srgb on hdr tutorial 4 weeks ago
Benjamin Hansen 5eacaf4e9c fixed model code 4 weeks ago
Benjamin Hansen 8bb1b080b4 fixed up to model loading for wasm 4 weeks ago
Benjamin Hansen 202012b76d switch to `Backends::PRIMARY` 2 months ago
Benjamin Hansen 3e618336bd not crashing 2 months ago
Benjamin Hansen 6325590051 got pong working natively 2 months ago
Benjamin Hansen 4daff65c34 more cleanup 3 months ago
Benjamin Hansen 7c290e7436 cleaning up and fixing snow 3 months ago
Benjamin Hansen 12f115dfa1 code is working again 3 months ago
Benjamin Hansen 3f0caa6904 migrated tutorials 1 and 2 4 months ago
Benjamin Hansen 2bb2f8373b restored happy-tree.png 4 months ago
Sam e4c33b5c5f fixed panic on loading obj without normals 5 months ago
Benjamin Hansen 677300a5e9 fixes #504 5 months ago
Ben Hansen 67f81c8d82
Merge pull request #505 from iwek7/fix_space
Add missing space in shader
6 months ago
clonidine 128815a25c fix: removing unused imports 6 months ago
clonidine a821dbb22d fix: removing unused import 6 months ago
iwek7 21feff0cf9 Add missing space in shader 6 months ago
Benjamin Hansen 653a9928b3 0.18 and hdr tutorial 7 months ago
Benjamin Hansen c959ec4862 cleaning up 7 months ago
Benjamin Hansen 509dc856a1 fixes #475 9 months ago
Benjamin Hansen b76dfa4a44 fixes #478 10 months ago
Benjamin Hansen 35a4e1642b update to 0.17 10 months ago
Benjamin Hansen 48d4d1a353 pong and news 12 months ago
Benjamin Hansen 8b8e844b76 update to 0.16 12 months ago
Ben Hansen 3e1caeec90
Merge pull request #457 from willcrichton/little-fixes
Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc`.
1 year ago
Benjamin Hansen 2898a72bc0 switched to custom wasm-builder instead of wasm-pack for examples 1 year ago
Will Crichton 9e2ada2a0f Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc` 1 year ago
Benjamin Hansen 9f2ecaec4a added `view_formats` details to the docs 1 year ago
Benjamin Hansen 7227f8d169 changes for 0.15 1 year ago
matthiascy b3de9fc9d4 fix tutorial8 challenge depth map sampling 1 year ago
Benjamin Hansen 09207e9403 changed State to own window 1 year ago
Benjamin Hansen a9230e981e upgraded dependencies 1 year ago
James0124 c1ebece9c1
Stop using illegal negative values for `wgpu::SamplerDescriptor::lod_min_clamp`.
WebGPU valid usage states `lodMinClamp` must not be negative, and `lodMaxClamp` must be >= `lodMinClamp`
1 year ago
Ben Hansen 3f99b965a9 migrated to 0.14 2 years ago
Eli 29ade9ebb0
Could'nt -> Couldn't 2 years ago
Ben Hansen d24553dec1 fixes #378 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
Narcha 60b55d6cea Removed redundant quaternion multiplication implementation 2 years ago
sotrh b6f66e0565
Merge pull request #347 from dis-da-moe/master
Typos, references to `main.rs` supposed to be to `lib.rs`, and readability changes
2 years ago
Anthony Mason 6ae2e7e080
Update Cargo.toml
Add the wasm-bindgen-futures dependency.  Without this the wasm-pack build command fails.
2 years ago
disdamoe eca31a5ed5 typo 2 years ago
sotrh d99a4f7d15
Merge pull request #346 from kneasle/indentation-fixes
Fix indentation
2 years ago
Ben Hansen 8a6a422059 fixes #306 2 years ago
Ben Hansen 93712de4e7 fixes #307 2 years ago
Ben Hansen dad9e9d675 fixes #328 2 years ago
Kneasle 964ad9307b Fix indentation
In beginner chapter 9 'Model Loading', the `fn format_url(...)` line was
unnecessarily indented.  This PR also makes some minor reformatting
(presumably caused by changes to `rustfmt`).
2 years ago
Ben Hansen 0a28699d00 web examples working with vuepress 2 years ago
Ben Hansen bd8172d0a2 removed shaderc from gifs 2 years ago