spnda / fastgltf

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability

Home Page:https://fastgltf.readthedocs.io/v0.7.x/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: KHR_materials_anisotropy not functioning (material.anisotropy pointer not assigned)

droettger opened this issue · comments

Bug: KHR_materials_anisotropy extension handling is missing material.anisotropy = std::move(anisotropy); before this line:
https://github.com/spnda/fastgltf/blob/main/src/fastgltf.cpp#L2480

commented

Thank you for reporting. Sorry about this... I should write more tests covering all the extensions properly.