| Crates.io | bgel |
| lib.rs | bgel |
| version | 0.1.2 |
| created_at | 2024-06-22 09:35:33.69884+00 |
| updated_at | 2024-06-23 17:31:42.37748+00 |
| description | A library to apply Khronos glTF extensions to Bevy models |
| homepage | https://github.com/Iaphetes/Bevy-glTF-Extended-Loader |
| repository | https://github.com/Iaphetes/Bevy-glTF-Extended-Loader |
| max_upload_size | |
| id | 1280309 |
| size | 1,169,521 |
This tool applies some (at the moment one) Khronos glTF Extensions to the relevant materials.
Here is a list of the currently supported extensions. Feel free to ask for more or even open a pull request, if you have some implementation:
GLTFExtender plugininclude_sources: true, flag (see material_test.glb.meta) let my_gltf = assets.load("material_test.glb");
commands.spawn(SpawnAsset { handle: my_gltf });
cargo run --example emissive_example
Shows an emissive example with massive bloom.
