lo48576 / fbxcel-dom

FBX DOM library for Rust. // See https://github.com/lo48576/fbx-viewer for working example application // rework (total rewrite) is planned
Apache License 2.0
24 stars 10 forks source link

Add some more texture accessors #14

Closed nicopap closed 2 years ago

nicopap commented 2 years ago

It's possible to do it manually by accessing the raw fbx tree through fbxcel, but might as well provide better methods.

lo48576 commented 2 years ago

I'm wondering if the _color suffix for specular and emissive is necessary. Except for that part, the patch looks good.

nicopap commented 2 years ago

I'll remove it then. I don't like overly verbose method names.

lo48576 commented 2 years ago

Thank you for contribution!

Would you like this to be released now? If you want other changes to be merged, I can wait for them.