You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jgltf-browser implements some basic browsing functionality within the JSON. For example, right-clicking on an accessor.bufferView, and then jump to that exact buffer view (similar to "Go To Definition") in IDEs. Yes, I did have some ambitions back when I started all that!
The
jgltf-browser
implements some basic browsing functionality within the JSON. For example, right-clicking on anaccessor.bufferView
, and then jump to that exact buffer view (similar to "Go To Definition") in IDEs. Yes, I did have some ambitions back when I started all that!The implementation of that is... *clears throat* ... has room for improvement. Right now, it uses some crude lookups using RegExes and Maps.
But... this is just a poor-man's version of JSON pointers. Given the definition of the glTF ObjectModel at https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/ObjectModel.adoc , this could be implemented properly now.
The text was updated successfully, but these errors were encountered: