-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug:variable/get does not connect to pointer/set. #24
Comments
Screen.Recording.2024-09-19.at.8.51.59.AM.movThere was an issue with the dropdown not picking up the selected config from the graph (I just fixed that see video) I also saw in your variable get node looks like this
but the spec says single valued items should be singleton arrays https://github.com/KhronosGroup/glTF/blob/interactivity/extensions/2.0/Khronos/KHR_interactivity/Specification.adoc#:~:text=variable%22%2C-,%22value%22%3A%20%5B0%5D,-%7D%0A%20%20%20%20%5D%2C%0A%20%20%20%20%22values%22 so it should be
|
Thank you for the support with the Variable ID issue. |
This specific socket naming instance (pointer/set) is fixed now thanks to @hybridherbst! I plan to fix the rest of the names later as part of #27 |
Uploade a glb file with the out-socket of variable/get node is connected to the variable of pointer/set node,
the nodes were loaded, but the connection between them was broken.
MyTest.glb.zip
The text was updated successfully, but these errors were encountered: