Moguri / panda3d-gltf

glTF utilities for Panda3D
BSD 3-Clause "New" or "Revised" License
81 stars 19 forks source link

glTF "extras" property can have any type #112

Closed rdb closed 1 year ago

rdb commented 2 years ago

According to the glTF 2.0 spec, the "extras" property can have any type, not just an object.

I do not believe this case is handled currently. This should be ignored silently. This could be done with a helper function.