alteous

Results 17 issues of alteous

# 2024 / Version 2.0 Plan Happy new year all! As discussed in issue https://github.com/gltf-rs/gltf/issues/385, the next released version is expected to be 2.0 and this version is intended to...

https://discord.com/channels/273534239310479360/335502453371961344/1180707449221689406

The glTF core specification provides geometric data in the form of polygonal meshes. Meshes are ubiquitous in hardware accelerated rendering of 3D models; however, since they are composed of flat...

By taking `&mut self` instead of `mut self`, the user will be able to chain calls [more ergonomically](https://github.com/brson/rust-api-guidelines#the-benefit). This pattern is recommended by the [Rust API guidelines](https://github.com/brson/rust-api-guidelines#non-consuming-builders-preferred).

This would be beneficial simply because most other crates do this, including `rustc`. Authors of other crates would not have to make special clauses regarding the MIT only licence of...

There are no binary glTF examples with external data. It would be helpful to have at least one example covering this case.