KhronosGroup / glTF-InteractivityGraph-AuthoringTool

A React based DCC for viewing and authoring KHR_interactivity models
17 stars 3 forks source link

Feature request: Ability to load glTF and graph together #9

Closed hybridherbst closed 1 month ago

hybridherbst commented 1 month ago

As I start looking into KHR_interactivity more, I would like to be able to test the "end-to-end" experience of loading a file with an embedded graph. From what I can tell, currently the graph authoring tool requires loading a GLB and a separate JSON and only then I can start experimenting.

Would be great to be able to drop a file like this and see the graph + what it does: InteractiveCube.zip

mattmacf98 commented 1 month ago

https://github.com/user-attachments/assets/3afc3b17-4142-46d7-a3d3-337de3927f24

The tool extracts the JSON when you press play, I have made it so the viewer auto-plays (and therefore auto loads any embedded graph) on upload

hybridherbst commented 1 month ago

Nice, thank you!