piston_collada icon indicating copy to clipboard operation
piston_collada copied to clipboard

Geometry.smooth_shading_group

Open schell opened this issue 5 years ago • 0 comments

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?

schell avatar Dec 14 '18 00:12 schell