qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
242 stars 32 forks source link

'EXT_mesh_features' extension #87

Closed lujieha closed 2 months ago

lujieha commented 2 months ago

Great project, I have been using it recently. I want to write the 'EXT_mesh_features' extension into gltf doc, but I don't know how to do it. Do you have any examples or tips? Thank you.

lujieha commented 2 months ago

It's already done

qmuntal commented 2 months ago

I guess you mean EXT_mesh_features. Glad that you were able to implement it. Feel free to upstream that extension to this repo. Thanks!