Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom glTF vertex attributes. #5370

Merged
merged 30 commits into from
Apr 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fcebe9a
Add support for custom glTF vertex attributes.
komadori Jul 18, 2022
fda7b43
Fix AddCustomVertexAttributeExt.
komadori Jul 18, 2022
40088ca
Remove 'glTF' from warning strings since logger prints context.
komadori Jul 18, 2022
e56173a
Fix formatting.
komadori Jul 18, 2022
b0df749
Fix clippy doc lint.
komadori Jul 18, 2022
ebe7c5b
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Aug 8, 2022
a0aeb43
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Oct 1, 2022
99d97eb
Explicitly derive Resource trait for GltfConfiguration.
komadori Oct 1, 2022
a5c2beb
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Nov 2, 2022
26c0d55
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Nov 13, 2022
855b4df
Replace configuration resource with plugin settings.
komadori Nov 13, 2022
370214f
Fix signature of add_custom_vertex_attribute().
komadori Nov 13, 2022
fde3461
Add example using a custom glTF vertex attribute.
komadori Nov 14, 2022
322a122
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Dec 23, 2022
645bd62
Update example pages.
komadori Dec 23, 2022
0e41c30
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Jan 13, 2023
0527579
Add explanitory comments to custom_gltf_2d example.
komadori Jan 15, 2023
def0fa0
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Mar 16, 2023
a3dd678
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Mar 22, 2023
1a61d05
Fix use of deprecated method add_startup_system().
komadori Mar 22, 2023
8ebb525
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Apr 20, 2023
262244e
Refactor glTF attribute marshalling into a separate module.
komadori Apr 21, 2023
7a7f149
Tidy up attribute conversion error handling.
komadori Apr 22, 2023
e037078
Tighten attrs module code.
komadori Apr 22, 2023
1fc64df
Change barycentric model from glb to non-binary glTF format.
komadori Apr 23, 2023
8c02a4b
Rename bevy_gltf::attrs module to vertex_attributes.
komadori Apr 23, 2023
3ed7225
Rename custom_gltf_2d example to custom_gltf_vertex_attribute.
komadori Apr 23, 2023
94179e3
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
komadori Apr 23, 2023
e30d883
Fix rustfmt.
komadori Apr 23, 2023
92f65ed
Update examples.
komadori Apr 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:komadori/bevy into gltf-custom-attr…
…ibutes
  • Loading branch information
komadori committed Dec 23, 2022
commit 322a122406c8c4860ebec5e8628b4b89caff958f

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.