Created
March 16, 2022 07:17
-
-
Save Alrecenk/b693608a93ce9465ae554c62bc6977ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
std::string header = ...; | |
Variant glb = Variant::parseJSON(header); | |
glb["meshes"][glb["nodes"][glb["scenes"][0]["nodes"][0]]["mesh"]].printFormatted(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment