Closed hybridherbst closed 3 months ago
I tried if the first graph loads when changing to animation/start
, but that doesn't seem to be the problem.
After digging a bit deeper, there is a second problem: this repository implements node/OnSelect
while the JSON contains node/onSelect
. I'm not able to figure out which one is correct – is there a specification for that somewhere that I can read?
Other events seem to start with a lowercase letter, while the screenshot here contains node/OnSelect
with uppercase O as well.
I think instead of crashing the viewer should tell me that a set of nodes is not known and thus the file can't load.
I found the spec for KHR_node_selectability and the event is officially called node/onSelect
. Would be great if this tool could be updated to reflect that.
Awesome, thanks!
I created this graph in another experimental authoring tool, but can't load it:
When I try to load this graph via "Load JSON", I get an exception which I don't understand:
When manually creating the same graph in the UI, it looks like this:
When comparing these two, the main difference I can find is that the former example uses
world/animationStart
while the latter usesanimation/start
, with the latter probably correct as per the spec.If that is the actual issue in the file, it would be great if the UI tells me so –
Cannot read properties of undefined (reading 'configuration')
sounds like a different problem.