gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
535 stars 124 forks source link

feat: Channel and Sampler return their index with .index(). Fixes #398 #419

Closed schell closed 6 months ago

schell commented 6 months ago

This adds .index() to gltf::animation::Channel and gltf::animation::Sampler.

This should fix #398.