```rust pub struct Geometry { /// Should we use smooth shading when rendering this? pub smooth_shading_group: usize, ... } ``` Is this field ever used? I can't find anything in the collada spec that mentions it. Maybe it's left over from where this library was ported from?