disdamoe
03e905cc4d
Fixed accidental indentation change
2022-04-17 21:08:44 +03:00
disdamoe
33bd66e368
docs for tutorials 1-9: typos, references to main.rs
supposed to be to lib.rs
, and readability changes
2022-04-17 19:35:45 +03:00
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`).
2022-04-14 16:30:19 +01:00
tata
e100c4052c
fix tobj version
2022-04-02 06:29:18 +09:00
Ben Hansen
0a28699d00
web examples working with vuepress
2022-03-13 17:42:28 -06:00
Ben Hansen
c269f46a0e
testing some things
2022-02-19 11:21:54 -07:00
Ben Hansen
b8b8444030
fixing some readme files and migrating the lighting code
2022-02-18 14:22:14 -07:00
Ben Hansen
3492bb703f
working on tutorial9
2022-01-25 19:54:21 -07:00
sotrh
be7aa893d6
Merge pull request #267 from nxsy/tutorial9-rgba-as-reference
...
Provide explanation why rgba is no longer a reference
2021-11-24 15:58:49 -07:00
sotrh
fc9d31f87c
Merge pull request #268 from nxsy/tutorial9-import-trait
...
Explain why model::Vertex needs to be imported in tutorial 9
2021-11-24 15:56:00 -07:00
Neil Blakey-Milner
85fa2ccea9
Simplify the bind_group flow in tutorial 9
2021-11-22 18:52:49 -08:00
Neil Blakey-Milner
0821b6fd9a
Explain why model::Vertex needs to be imported in tutorial 9
2021-11-22 18:22:19 -08:00
Neil Blakey-Milner
02e99b66ab
Provide explanation why rgba is no longer a reference
2021-11-22 17:52:17 -08:00
Martino Fontana
11b24cebc5
model.rs: added "_bind_group" where appropriate
2021-09-25 21:52:42 +02:00
Ben Hansen
7c90669f89
migrated beginner tutorials
2021-09-11 11:11:30 -06:00
Ben Hansen
57d7eb763f
migrated tutorial4
2021-09-11 10:19:15 -06:00
Martino Fontana
b2b77294f6
Change "uniform" naming to "camera"
2021-08-26 21:09:51 +02:00
Martino Fontana
c55ea96d0d
Removed unnecessary .clone()
2021-08-04 15:13:08 +02:00
Martino Fontana
467cec5367
Removed unnecessary borrows
2021-08-04 15:06:53 +02:00
Martino Fontana
b5af53b272
Simplify DrawModel and DrawLight lifetimes
2021-08-04 13:20:15 +02:00
Hugo Woodiwiss
67c9246b2f
Updated tutorial to work with tobj 3.0.x
2021-06-01 14:19:32 +01:00
Ben Hansen
b160f28d48
tutorials 6-9 migrated
2021-05-20 17:53:47 -06:00
Ben Hansen
46eb5eb139
code now builds on 0.8
2021-05-01 15:55:26 -06:00
sotrh
d5ab40ade1
Merge pull request #151 from vigdail/patch-1
...
Tutorial 9. Texture::load() return type fix
2021-03-29 09:00:36 -06:00
Elijah C. Voigt
bcc79b5e41
Misc typo and code fixes.
...
009: impl Vertex for ModelVertex was using the vertex_attr_array! macro.
009: RenderPipelineDescriptor has a `vertex` member not `vertex_state`.
009: to_rgba() should be to_rgba8(), to_rgba is set to be deprecated.
010: BindGroupDescriptor has a `entries` member not `bindings`.
010: Remove re-declaration of mat4 model_matrix;
010: Prefer hard-coded [#.#; #] instead of `Foo::fn().into()`.
010: Clarify which shader frag/vert file changes are in.
011: Change Model::load return type to Result<Self>.
011: TextureDescriptor does not have a array_layer_count member.
012: Add .into() to calls in Uniforms::update_view_proj().
012: Dereference delta variable in State::input().
013: Add more changed lines to Model::load to avoid compiler yelling.
2021-03-26 09:46:37 -07:00
vigdail
9f254cc794
Tutorial 9. Texture::load() return type fix
2021-03-24 16:07:31 +00:00
sotrh
a86a0cc7dc
Merge pull request #138 from dakizu/patch-1
...
Fix a broken link
2021-03-03 10:21:47 -07:00
[redacted]
3bd1534016
Fix a broken link
...
Existing link wasn't pointing to normals page.
2021-02-27 20:49:24 -08:00
Ben Hansen
e3592e2809
migrated docs for tutorials 4-9
2021-02-18 21:30:18 -07:00
Ben Hansen
3901419a58
beginner tutorial code done
2021-02-12 00:18:27 -07:00
Ben Hansen
91879d405b
code up to 7 migrated
2021-02-11 23:29:40 -07:00
Ben Hansen
733683cf6f
removed camera research
2020-12-21 13:33:42 -07:00
Ben Hansen
99fd6523d7
travis build failing
2020-12-20 21:05:18 -07:00
Ben Hansen
0620f0b05d
migrated ModelVertex to use bytemuck derive
2020-11-14 14:57:39 -07:00
Alex Komissarov
e5a5d6d66c
Fixed the link to zip file
2020-10-21 01:34:06 +05:00
okaneco
468a425f78
Fix typos and update Beginner tutorials 2, 3
...
Tutorial 2 - Swapchain
- Update `get_next_texture` to `get_current_frame`
- Fix typos
Tutorial 3 - Pipeline
- Add updated fields to `PipelineLayout` creation
Fix typos in News
2020-09-28 12:17:49 -04:00
Ben Hansen
03b1b64e55
migrated tutorial10
2020-09-11 16:19:26 -06:00
Ben Hansen
a92dd32106
forgot a note about OUT_DIR
2020-09-11 16:11:11 -06:00
Ben Hansen
02921f7ffa
migrated tutorial9
2020-09-11 16:05:09 -06:00
Jan Prudil
1dd4d8c694
Use vertex_attr_array
2020-07-30 17:28:46 +02:00
sotrh
2eaf6a7ff0
Merge pull request #58 from yutannihilation/doc/add-description-about-img-to_rgba
...
Add a description about to_rgba()
2020-06-09 21:20:10 -06:00
Hiroaki Yutani
760ff67cd8
Add a description about to_rgba()
2020-06-09 22:19:43 +09:00
Hiroaki Yutani
55d47396a4
Fix a broken link and a missing argument in tutorial9
2020-06-07 17:07:43 +09:00
Ben Hansen
8461147ca0
fixed #44 fixed $48
2020-06-01 13:01:12 -06:00
Ben Hansen
368021047a
adjusted migration to tutorial9
2020-04-25 14:10:14 -06:00
downtime
764f5405db
updata wgpu 0.5
2020-04-22 17:39:40 +08:00
Ben Hansen
426e78dc9d
fixed missing parts of model tutorial
2020-03-12 15:56:43 -06:00
Ben Hansen
994870fed1
finished model tutorial
2020-03-11 22:14:56 -06:00
Ben Hansen
84fa9fcc9d
debugging adding bind groups to material
2020-03-10 21:53:46 -06:00
Ben Hansen
e6d402047f
started model tutorial
2020-03-06 13:19:12 -07:00