Closed zellski closed 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...
Well spotted! This is a bug.
Fixed in #249.
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...