gltf-rs / gltf

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

gltf::material::Material has no derives #248

Closed zellski closed 5 years ago

zellski commented 5 years ago

Hi folks – curious if the lack of Clone/Debug on Material is deliberate, or a simple omission?

https://github.com/gltf-rs/gltf/blob/master/src/material.rs#L10

This does make it more cumbersome to do transformation from one glTF files to another...

alteous commented 5 years ago

Well spotted! This is a bug.

zellski commented 5 years ago

Fixed in #249.